| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ES6 ready for both frontend and backend.
A full-featured Webpack setup with typescript, mongodb, hot-reload, unit testing & css extraction.
Share models and interfaces between backend services and frontend components.
Integrate with Agent Framework with decorators based routing system.
Production build is ~60kb (gzipped size) smaller than official vue webpack boilerplate.
This is a project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.
$ npm install -g vue-cli
$ vue init agentframework/webstack my-project
$ cd my-project
$ npm install
$ npm run servIf port 8080 is already in use on your machine you must change the port number in /conf/development.yaml. Otherwise npm run serv will fail.
npm run serv: first-in-class development experience.
npm run lint:
npm run build: Production ready build.
npm run test: Auto test after save
npm run cov: Generate coverage report
You can fork this repo to create your own boilerplate, and use it with vue-cli:
vue init username/repo my-project| Back | FazBrowse Home | New Git URL |