https://github.com/thesoftwarehouse/vue-2-starter-pack
https://github.com/thesoftwarehouse/vue-2-starter-pack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thesoftwarehouse/vue-2-starter-pack
- Owner: TheSoftwareHouse
- Created: 2020-08-28T10:44:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T06:39:09.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T13:27:48.766Z (5 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-2-starter-packs
## Project setup
```
mkdir new-project
cd new-project/
git clone [email protected]:TheSoftwareHouse/vue-2-starter-pack.git .
rm -r .git
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 unit tests coverage
```
npm run coverage
```### Run your end-to-end tests
```
npm run test:e2e
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).