Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antonreshetov/vue-vite-boilerplate

Blazing fast experience with Vue & Vite
https://github.com/antonreshetov/vue-vite-boilerplate

boilerplate vite vue vue-router vue3 vuejs vuex

Last synced: about 1 month ago
JSON representation

Blazing fast experience with Vue & Vite

Awesome Lists containing this project

README

        




Vue & Vite Boilerplate

## Under the hood

### Core
- Vue 3
- Vue Router 4
- Vuex 4
- Vite 2

### Style
- SCSS
- PostCSS
- Autoprefixer

### Code Style
- Eslint
- Prettier
- Standard

### Commit convention
- Adapted Angular's commit convention

## Usage

Install dependencies:

```
yarn
```

Start dev server:

```bash
yarn dev
```

Build for production:

```bash
yarn build
```

Start preview server:

```bash
yarn serve
```