https://github.com/ducksoupdev/vue-webpack-ts-upgrade
Upgrade project for vue-webpack-typescript
https://github.com/ducksoupdev/vue-webpack-ts-upgrade
Last synced: over 1 year ago
JSON representation
Upgrade project for vue-webpack-typescript
- Host: GitHub
- URL: https://github.com/ducksoupdev/vue-webpack-ts-upgrade
- Owner: ducksoupdev
- Created: 2017-03-17T18:10:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T18:06:01.000Z (about 9 years ago)
- Last Synced: 2025-01-16T10:39:37.800Z (over 1 year ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-upgrade3
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# run the tests
npm test
# run the test suite and generate a coverage report
npm run coverage
# build for production with minification
npm run build
# clean the production build
npm run clean
```