Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ojvribeiro/vulmix-starter-template

Starter template for Vulmix
https://github.com/ojvribeiro/vulmix-starter-template

laravel-mix starter-template template vue vue3 vulmix

Last synced: 3 days ago
JSON representation

Starter template for Vulmix

Awesome Lists containing this project

README

        

# Vulmix minimal template

This is a minimal template for a Vulmix project. Check out the [Vulmix documentation](https://vulmix.dev/guide/get-started) for more information.

## Setup

First, install the dependencies:

```bash
# npm
npm install

# yarn
yarn install

# bun
bun install
```

Then, start the development server:

```bash
# npm
npm run dev

# yarn
yarn dev

# bun
bun dev
```

## Build

To build the project for production, run:

```bash
# npm
npm run build

# yarn
yarn build

# bun
bun build
```

The output will be in the `_dist` directory.