This Vue SPA shell is created to speed up initial creation process of an Vue SPA App. This contains all the basic setup and also needed configurations to make sure the app is ready on the get go.
- Clone this repository
- Copy contents of this repository EXCEPT for the following:
- .git folder
- node_modules folder
- Update 'package.json' to Project Name
- Update 'index.html' title to Project Name
- Install dependencies using Yarn
- Setup OIDC configuration on .env.development file.
- Setup API Endpoint on .env.development file.
- NodeJS v16
- Visual Studio Code
- Yarn
- Git bash (or terminal of your choice)
- Google Chrome (Latest)
- ESLint
- Prettier
- Volar
- Locate root of Project
- Install all dependencies and node_modules using Yarn
- Run app using yarn dev command on terminal
- Open app in localhost:8080
- Copy dist folder to designated server.
- Build project using yarn testing command.
- Build project using yarn staging command.