https://github.com/thesoftwarehouse/vue-2-starter-pack
https://github.com/thesoftwarehouse/vue-2-starter-pack
Last synced: 8 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T06:39:09.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T23:23:06.179Z (over 1 year 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 git@github.com: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/).