Quickly and easily prototype a new administration portal for your project.
npm install
Note: In build scripts, for pipelines or github-workflows, remember to use the npm ci
instead since it will not try to upgrade any old packages eliminating any unexpected bugs from upgrading external node packages.
You can just use our default local development environment configuration just to get started.
cp .env.development.local.example .env.development.local
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint
Vuetify 2.x vuetify-confirm-box (npm package)