A Vue.js project based on the webpack template
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
- Any work done should be done either in develop (if only 1 person working on), new branch or new feature branch
- After testing and ensuring the application works, merge to master
- Copy assets folder
- Run 'npm run build'
- Copy assets folder to dist folder upon successful build
- Run 'git subtree push --prefix dist origin gh-pages' to push dist folder to branch 'gh-pages' for 'live'
- Prerequisite: Please ensure you have git, node and npm installed
- Install all the dependencies via: 'npm install'
- Run application via: 'npm run serve'
- You should see the app running at : localhost
- Add better production process so that assets get automatically copied over and links are adjusted well
- More detailed comments and better documentation structure
- Will look into adding more features for own practice
- If there are any suggestions, please feel free to open an issue/features