https://github.com/ducksoupdev/vwt-hot-reload
Hot reloading for Vue-Webpack-Typescript template
https://github.com/ducksoupdev/vwt-hot-reload
Last synced: about 2 months ago
JSON representation
Hot reloading for Vue-Webpack-Typescript template
- Host: GitHub
- URL: https://github.com/ducksoupdev/vwt-hot-reload
- Owner: ducksoupdev
- Created: 2017-11-07T18:01:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T13:09:47.000Z (over 8 years ago)
- Last Synced: 2025-03-06T00:31:31.535Z (over 1 year ago)
- Language: TypeScript
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vwt-hot-reload
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# lint the Typescript
npm run lint
# run the tests
npm test
# run the tests on changes
npm run test:watch
# run the test suite and generate a coverage report
npm run coverage
# run the tests on Teamcity
npm run ci:teamcity
# run the tests on Jenkins
npm run ci:jenkins
# build for production with minification
npm run build
# clean the production build
npm run clean
```