# start a local server in dev mode to develop
npm run dev
# build the code and generate the bundle using dev mode
npm run build
# build the code and generate the bundle using production mode
npm run build:prod
# statically serve the generated bundle
npm run serve
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|