https://github.com/kouts/vue3-complete
https://github.com/kouts/vue3-complete
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kouts/vue3-complete
- Owner: kouts
- License: mit
- Created: 2020-09-21T06:40:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T21:41:38.000Z (over 4 years ago)
- Last Synced: 2025-03-08T21:03:50.524Z (3 months ago)
- Language: Vue
- Homepage: HomePage
- Size: 656 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).