0.5.1 • Published 3 years ago

@data-fair/vue-cli-plugin-app v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@data-fair/vue-cli-plugin-app

A vue-cli plugin to create data-fair applications

Usage

npm install -g @vue/cli
vue create my-app # the default vue 2 preset is ok
cd my-app
vue add vuex
vue add vuetify # chose the default preset
vue add @data-fair/app

npm run dev

Development

Test the plugin from local code source

cd ..
vue create test-app # the default vue 2 preset is ok
cd test-app
vue add vuex
vue add vuetify # chose the default preset    
npm install --save-dev file:/full/path/plugin
vue invoke @data-fair/app

npm run lint
npm run dev
0.5.0

3 years ago

0.4.1

3 years ago

0.5.1

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.4.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago