Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kouts/vue3-vite-starter-template
A single page app Vite starter template, created to easily bootstrap Vue.js 3 apps
https://github.com/kouts/vue3-vite-starter-template
bootstrap scaffold-template scaffolding starter-template template vite vue vue3
Last synced: 18 days ago
JSON representation
A single page app Vite starter template, created to easily bootstrap Vue.js 3 apps
- Host: GitHub
- URL: https://github.com/kouts/vue3-vite-starter-template
- Owner: kouts
- License: mit
- Created: 2021-09-13T15:51:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T08:58:30.000Z (over 1 year ago)
- Last Synced: 2024-05-28T21:27:32.737Z (6 months ago)
- Topics: bootstrap, scaffold-template, scaffolding, starter-template, template, vite, vue, vue3
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vue3-vite-starter-template
A single page app [Vite](https://vitejs.dev) starter template, created to easily bootstrap Vue.js 3 apps.
**Features**
- Jest for unit testing
- Pinia for state management
- Vue Router 4 for client-side routing
- Bootstrap 5.2 for layout and styling
- SCSS variables inside Vue components
- Purgecss for eliminating unused CSS
- Basic multiple layouts feature
- ESLint config based on `eslint:recommended` with sensible defaults :relaxed:
- [Prettier](https://prettier.io/) for code formatting
- Automated release workflow with [semantic-release](https://github.com/semantic-release/semantic-release)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```## Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Lints and fixes files
```
npm run lint-fix
```### Customize configuration
See [Configuration Reference](https://vitejs.dev/guide/).