项目作者: jojanper

项目描述 :
Vue application playground
高级语言: Vue
项目地址: git://github.com/jojanper/epsilon.git
创建时间: 2017-11-16T07:56:12Z
项目社区:https://github.com/jojanper/epsilon

开源协议:MIT License

下载


build
codecov.io
dependabot status

epsilon

Vue application playground. Project setup has been generated using vue-cli 3. Testing framework is Jest. Unit tests are located in same folder as components.

Demo available here

Build Setup

  1. # Install dependencies
  2. npm install
  3. # Serve with hot reload at localhost:8080
  4. npm run serve
  5. # Run static server that serves locales (app requests new locales on lazy loaded manner)
  6. npm run dev-proxy
  7. # Build for production with minification
  8. npm run build
  9. # Run unit tests
  10. npm run test:unit
  11. # Run e2e tests
  12. npm run test:e2e

For a detailed explanation on how things work, check out the guide.

Publish to GitHub Pages

  1. npm run gh-pages

License

MIT