Import / research / reflection / vue / my-project /
@John John authored on 29 Dec 2020
..
config bulk import from macbookpro checkouts 5 years ago
environment bulk import from macbookpro checkouts 5 years ago
src bulk import from macbookpro checkouts 5 years ago
typings/ vue-hot-reload-api bulk import from macbookpro checkouts 5 years ago
.editorconfig bulk import from macbookpro checkouts 5 years ago
.gitignore bulk import from macbookpro checkouts 5 years ago
README.md bulk import from macbookpro checkouts 5 years ago
package-lock.json bulk import from macbookpro checkouts 5 years ago
package.json bulk import from macbookpro checkouts 5 years ago
tsconfig.json bulk import from macbookpro checkouts 5 years ago
tslint.json bulk import from macbookpro checkouts 5 years ago
README.md

my-project

A Vue.js project

Build Setup

# 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