This project can be developed against the following environments:
NODE_ENV=development; VUE_APP_STAGE=developmentNODE_ENV=production; VUE_APP_STAGE=developmentNODE_ENV=production; VUE_APP_STAGE=stagingNODE_ENV=production; VUE_APP_STAGE=productionIMPORTANT: The build scripts in package.json use the vue-cli-service build --mode to choose the environment file .env.{mode}. Then the .env.{mode} will override the NODE_ENV and VUE_APP_STAGE environment variables when compiling.
Pick an environment you want to develop against. Make sure the key value of .env.development.local is setup properly before hosting up the application.
Make sure VUE_APP_API_URL is using the correct values to that of the environment you picked.
make init
make lang
make dirty
yarn serve
yarn serve --host handsup.test --https true --port 8081
yarn run build
yarn run test
yarn run lint
yarn run test:unit
src
- api
- components
- constants
- store
- utils
views
- components
- services
- apis
- store
- utils
- SomeViews (nested view)
- components
備註:
Generated using TypeDoc