chat with yourself
# 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 all tests
npm test
- VueJs, a brilliant & easy to love component based framework.
- Vuex, a Redux like data store management library.
- Vue Material, a "material design" components library.
- vue-test-utils & Jest to write & run unit tests.
- Webpack to bundle them all.