https://github.com/eddyerburgh/avoriaz-jest-example
Example project using avoriaz and jest
https://github.com/eddyerburgh/avoriaz-jest-example
Last synced: about 1 year ago
JSON representation
Example project using avoriaz and jest
- Host: GitHub
- URL: https://github.com/eddyerburgh/avoriaz-jest-example
- Owner: eddyerburgh
- Created: 2017-07-03T20:12:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T02:13:04.000Z (over 3 years ago)
- Last Synced: 2024-04-14T23:58:58.723Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 406 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-jest
> A Vue.js project with Jest
## 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
```
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).