==================================================
- Vue
- Express
- Nodemon
- Webpack
- Npm
- Google Map API
- Weather
- Install dependencies
`npm install` or `yarn`
- Run the application
`npm run dev` or `yarn dev`
- Build
# Build project
`npm run build` or `yarn run build`
# Front-End Only
`npm run build:client` or `yarn build:client`
# Back-end Only
`npm run build:server` or `yarn build:server`
- Run the code you have built
`npm run run` or `yarn run`
Notthing here
heroku-postbuild # Heroku
lint # Lint
# style: index.scss > render.css
style # watch
style-render # compressed
# build
build:server # src/server > dist/server
build:client # src/client > dist/client
build # two above