https://github.com/thesoftwarehouse/vue-3-starter-pack
https://github.com/thesoftwarehouse/vue-3-starter-pack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thesoftwarehouse/vue-3-starter-pack
- Owner: TheSoftwareHouse
- Created: 2020-08-28T07:26:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T10:16:28.000Z (about 4 years ago)
- Last Synced: 2025-01-11T13:27:49.110Z (5 months ago)
- Language: JavaScript
- Size: 868 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-3-starter-pack
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Run your end-to-end tests
```
npm run test:e2e
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).