Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antonreshetov/vue-vite-boilerplate
- Owner: antonreshetov
- License: mit
- Created: 2021-02-18T09:19:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T09:16:47.000Z (over 3 years ago)
- Last Synced: 2024-11-02T01:32:49.987Z (about 1 month ago)
- Topics: boilerplate, vite, vue, vue-router, vue3, vuejs, vuex
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - vue-vite-boilerplate - Blazing fast experience with Vue & Vite (JavaScript)
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
```