go-uniform / base-portal-vuetify

A boilerplate Vuetify project which includes things like a repository layer, localization and dynamic entity components to allow for Rapid Application Development and prototyping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base Portal Vuetify

Quickly and easily prototype a new administration portal for your project.

Project setup

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.

Configure local environment

You can just use our default local development environment configuration just to get started.

cp .env.development.local.example .env.development.local

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Dependencies

Vuetify 2.x vuetify-confirm-box (npm package)

About

A boilerplate Vuetify project which includes things like a repository layer, localization and dynamic entity components to allow for Rapid Application Development and prototyping.


Languages

Language:TypeScript 49.9%Language:Vue 45.9%Language:JavaScript 2.6%Language:HTML 1.4%Language:Shell 0.3%