A Vue.js app template, using:
...and some more preferred choices, such as:
This project references some TypeScript from a monorepo template, vue-express-template. To remove these dependencies, search and remove all references to the shared
folder. Additionally, this template repo does not contain linting configuration; that can be found in and copied from the monorepo template.
- Run
npm install
in the root folder. - Run the dev server:
- If you are using Visual Studio Code, press
Ctrl/Cmd + Shift + B
to run the default dev task. - If you are not using Visual Studio Code or wish to run this manually, run
npm run dev
.
- If you are using Visual Studio Code, press
- Build the project:
- Run
npm run build
in the root folder. - When deploying this app, point your deployment to the
dist
folder.
- Run