Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maoberlehner/unit-testing-vue-components-with-ava
This is an example repository created for the following blog article: https://markus.oberlehner.net/blog/unit-testing-vue-single-file-components-with-ava/
https://github.com/maoberlehner/unit-testing-vue-components-with-ava
Last synced: 7 days ago
JSON representation
This is an example repository created for the following blog article: https://markus.oberlehner.net/blog/unit-testing-vue-single-file-components-with-ava/
- Host: GitHub
- URL: https://github.com/maoberlehner/unit-testing-vue-components-with-ava
- Owner: maoberlehner
- Created: 2017-10-22T11:32:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T16:22:28.000Z (over 7 years ago)
- Last Synced: 2024-12-22T02:29:09.372Z (2 months ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unit-testing-vue-components-with-ava
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).