Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 634 Bytes

File metadata and controls

49 lines (41 loc) · 634 Bytes

auditflow_web

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

plugins require

@vue/clie 3:

npm install -g @vue/cli vue create my-project

OR

vue ui

Now vuetify:

$ vue create my-app $ cd my-app $ vue add vuetify

install aditional dependencies

npm install date-fns npm install --save axios vue add router