- Vue.js - The Progressive JavaScript Framework.
- Vuex - State management pattern + library.
- Vue-router 2 - Official router for Vue.js.
- Vue-loader - Transform Vue components into a plain JavaScript module.
- Vuetify.js - Material Component Framework for Vue.js 2.
- Webpack - Bundles npm packages and our JS into a single file.
- Babel - Compiles ES6 to ES5.
- ESLint - Lint JS. Reports syntax and style issues.
# 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
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
Contributions are always welcome!
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request
- Add Todos
- Add More Todos