https://github.com/ojvribeiro/vulmix
A simple way to start a Vue 3 app
https://github.com/ojvribeiro/vulmix
laravel-mix typescript vue vue3 vuejs vulmix webpack
Last synced: 12 months ago
JSON representation
A simple way to start a Vue 3 app
- Host: GitHub
- URL: https://github.com/ojvribeiro/vulmix
- Owner: ojvribeiro
- License: mit
- Created: 2022-08-22T06:58:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T03:20:18.000Z (over 1 year ago)
- Last Synced: 2024-11-22T09:02:45.101Z (over 1 year ago)
- Topics: laravel-mix, typescript, vue, vue3, vuejs, vulmix, webpack
- Language: JavaScript
- Homepage: https://vulmix.dev
- Size: 5.44 MB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://www.npmjs.com/package/vulmix) [](https://github.com/ojvribeiro/vulmix/blob/main/LICENCE) [](https://www.npmjs.com/package/vulmix)
Vue(3) SPA meta-framework that uses [Laravel Mix](https://www.npmjs.com/package/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.
## ✨ Features
- Auto-imports;
- File-based routing;
- Hot Module Replacement;
- Sass support out-of-the-box;
- TypeScript support;
- ... [and some things more](https://vulmix.dev/).
## 📦 Installation
The easiest way to get started with Vulmix is by running:
```bash
npx create-vulmix-app your-app-name
```
Or, if you want to test the latest `preview` version:
```bash
npx create-vulmix-app your-app-name --beta
```
Head up to [the documentation](https://vulmix.dev/guide/get-started) for more info on how to run your project.