Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kouts/vue-vite-starter-template
A single page app Vite starter template, created to easily bootstrap Vue.js 2 apps
https://github.com/kouts/vue-vite-starter-template
bootstrap scaffold-template scaffolding starter-template template vite vue vuejs2
Last synced: 2 months ago
JSON representation
A single page app Vite starter template, created to easily bootstrap Vue.js 2 apps
- Host: GitHub
- URL: https://github.com/kouts/vue-vite-starter-template
- Owner: kouts
- License: mit
- Created: 2021-08-13T17:55:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T07:03:21.000Z (7 months ago)
- Last Synced: 2024-05-28T21:27:32.391Z (7 months ago)
- Topics: bootstrap, scaffold-template, scaffolding, starter-template, template, vite, vue, vuejs2
- Language: JavaScript
- Homepage:
- Size: 2.64 MB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-vite-starter-template
A single page app [Vite](https://vitejs.dev) starter template, created to easily bootstrap Vue.js 2 apps.
**Features**
- Vuex 3 for state management
- Vue Router 3 for client-side routing
- Bootstrap 4.6 for layout and styling
- SCSS variables inside Vue components
- Purgecss for eliminating unused CSS
- Basic multiple layouts feature
- [ESLint config](https://github.com/kouts/eslint-config) based on
[eslint-config-standard](https://github.com/standard/eslint-config-standard)
and `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)
- IE11 compatible## Project setup
```
pnpm install
```### Compiles and hot-reloads for development
```
pnpm run dev
```### Compiles and minifies for production
```
pnpm run build
```## Run your unit tests
```
pnpm run test:unit
```### Lints and fixes files
```
pnpm run lint-fix
```### Customize configuration
See [Configuration Reference](https://vitejs.dev/guide/).