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

https://github.com/kouts/vue3-complete


https://github.com/kouts/vue3-complete

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# vue3-complete
A single page app starter template created to test out Vue.js 3 features.

**Features**
- Vuex 4 for state management
- Vue Router 4 for client-side routing
- Bootstrap 4.5 for layout and styling
- SCSS variables inside Vue components
- Purgecss for eliminating unused CSS
- Basic multiple layouts feature
- ESLint standard config with vue3-recommended and some sensible defaults :relaxed:

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).