Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddyerburgh/vue-email-signup-form-app
Demonstration repo
https://github.com/eddyerburgh/vue-email-signup-form-app
Last synced: 2 days ago
JSON representation
Demonstration repo
- Host: GitHub
- URL: https://github.com/eddyerburgh/vue-email-signup-form-app
- Owner: eddyerburgh
- Created: 2018-04-10T20:17:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T15:08:10.000Z (almost 5 years ago)
- Last Synced: 2024-11-03T17:39:12.310Z (7 days ago)
- Language: JavaScript
- Size: 331 KB
- Stars: 12
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-events-in-vue-components
> An example for [Testing Vue.js applications](https://www.manning.com/books/testing-vuejs-applications)
## 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# run unit tests
npm run unit# run all tests
npm test
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).