- W3C Tutorial for HTML, CSS and Javascipt
- Vue Official Guide
We recommend use VS Code for development. VS Code should be configured to automatically format code on save. Our recommanded VS Code formatter component is Vuetr
with Prettier
and ESLint
.
- Vue.js, a powerful frontend development framework
- Vuex, centralized state management for Vue.js
- Vue Router, routing for Vue.js
- Element UI, a desktop UI library for Vue 2.0
- Vue Resource, a simple library for HTTP request/response
With npm
it is simple to install all the dependencies
npm install
npm run serve
npm run build
npm run test
npm run lint
On unix-like system:
$ cd tests
$ pip install falcon falcon-cors gunicorn
$ ./serve.sh
On Windows:
$ cd tests
$ pip install falcon falcon-cors waitress
$ serve.bat