8ivek / unit-testing-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Testing

Project setup

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

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Testing API calls

Running db server

npm run json-server

About


Languages

Language:JavaScript 64.8%Language:Vue 28.6%Language:HTML 6.6%