Skip to content

access-ci-org/step-2023-shared-webapps-library

Repository files navigation

vue-project

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Release

This is to be executed based on the number of changes the particular release carries. The execution of the command will build the project assets, commit, tag and push to the github. And then github publishes the assets to github.io.

https://access-ci-org.github.io/step-2023-shared-webapps-library/dist/#/

npm run patch

or

npm run minor

or

npm run major