Vue(3) SPA meta-framework that uses Laravel Mix.
Warning
This project is experimental and it's not quite ready for production use. Until the stable version, its features and structure are likely to change.
- Auto-imports;
- File-based routing;
- Hot Module Replacement;
- Sass support out-of-the-box;
- TypeScript support;
- ... and some things more.
The easiest way to get started with Vulmix is by running:
npx create-vulmix-app your-app-name
Or, if you want to test the latest preview
version:
npx create-vulmix-app your-app-name --beta
Head up to the documentation for more info on how to run your project.