Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

A simple way to start a Vue 3 app

Awesome Lists containing this project

README

        

![vulmix](https://user-images.githubusercontent.com/8026741/200081212-36088231-c703-4e89-a827-9393b048299d.svg)

[![npm](https://img.shields.io/npm/v/vulmix?color=%231DBA78&style=for-the-badge)](https://www.npmjs.com/package/vulmix) [![NPM](https://img.shields.io/npm/l/vulmix?color=%23F3A1F0&style=for-the-badge)](https://github.com/ojvribeiro/vulmix/blob/main/LICENCE) [![npm](https://img.shields.io/npm/dt/vulmix?color=%231DBA78&style=for-the-badge)](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.