https://github.com/casoon/vue3-starter
https://github.com/casoon/vue3-starter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casoon/vue3-starter
- Owner: casoon
- Created: 2022-08-30T15:14:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T15:14:07.000Z (almost 4 years ago)
- Last Synced: 2025-07-09T10:43:53.906Z (11 months ago)
- Language: Vue
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-starter
This template should help get you started developing with Vue 3 in Vite.
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```