We created a nice web application using yarn, webpack, vue.js, stylus and ECMAScript 6 to help its users reach their goals in life. You can create goals and sub goals to better help you plan how to get it.
- UX Designer: Garcia, Fernando github linkedin
- Frontend Developer: Silva, Pablo Henrique github linkedin
- Frontend Developer: Vilaboim, Lucas github linkedin
- Frontend Developer: Costa, Eduardo github linkedin
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build
# run unit tests
yarn run unit
# run e2e tests
yarn run e2e
# run all tests
yarn test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.