0.6.2-beta • Published 3 months ago

vulmix v0.6.2-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

vulmix-logo

Vue(3) SPA meta-framework that uses Laravel Mix.

⚠️ This is just an experimental work and should not be used in production (yet). Use instead well tested and faster tools like Vite. Or, if you need the auto-import functionality, you can use Nuxt instead.

✨ Features

  • Components auto-import;
  • File based routing;
  • Image asset optimization with the <Image /> built-in component;
  • Sass and Tailwind out-of-the-box;

📦 Installation

The easiest way to get started with Vulmix is by running:

npx create-vulmix-app your-app-name

...and follow the instructions on the terminal.

🟢 Running the project

Run the project locally by cding into the project directory and then running the following command:

# With NPM
npm run dev

# Or with Yarn
yarn dev

This should open your project on the port 3000 with fast refresh.

🤔 Serving without fast refresh

If you don't want fast refresh for some reason, you can serve your project with this command:

# With NPM
npm run serve

# Or with Yarn
yarn serve

This should serve your project onto the port 8000 without fast refresh.

⚠️ You need to npm run build in a separate terminal to recompile your files without serving them.

🚀 Preparing for production

To compile an optimized code, you need to run the following command:

# With NPM
npm run prod

# Or with Yarn
yarn prod

This will minify and optimize your project code in the _dist folder which you can deploy its contents on any host.

0.7.0-preview.13

3 months ago

0.7.0-preview.10

4 months ago

0.7.0-preview.12

4 months ago

0.7.0-preview.11

4 months ago

0.7.0-preview.8

4 months ago

0.7.0-preview.9

4 months ago

0.7.0-preview.6

4 months ago

0.7.0-preview.7

4 months ago

0.7.0-preview.5

4 months ago

0.7.0-preview.4

4 months ago

0.7.0-preview.3

4 months ago

0.7.0-preview.2

4 months ago

0.7.0-preview.1

4 months ago

0.6.1-beta

10 months ago

0.6.2-beta

9 months ago

0.6.0-beta

1 year ago

0.5.5-beta.12.1

2 years ago

0.5.5-beta.10

2 years ago

0.5.5-beta.11

2 years ago

0.5.5-beta.9

2 years ago

0.5.5-beta.12

2 years ago

0.5.5-beta.8

2 years ago

0.5.5-beta.7

2 years ago

0.5.5-beta.6

2 years ago

0.5.5-beta.5

2 years ago

0.5.5-beta.4

2 years ago

0.5.5-beta.3

2 years ago

0.5.5-beta.2

2 years ago

0.5.5-beta

2 years ago

0.5.4-alpha

2 years ago

0.5.3-alpha

2 years ago

0.5.2-alpha

2 years ago

0.5.1-alpha

2 years ago

0.5.0-alpha

2 years ago