https://github.com/binaryk/vue-anatomic
https://github.com/binaryk/vue-anatomic
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/binaryk/vue-anatomic
- Owner: binaryk
- License: mit
- Created: 2018-05-08T08:54:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T10:46:17.000Z (about 8 years ago)
- Last Synced: 2026-04-30T02:13:03.562Z (about 2 months ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-anatomic
> VUE anatomic components
## 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 e2e tests
npm run e2e
# run all tests
npm test
```