Skip to content

PureConstructs/plugin-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-cli-plugin-<name>

for vue-cli@3.0

Install

If you haven't yet installed vue-cli 3, first follow the install instructions here: https://github.com/vuejs/vue-cli

Tip: If you don't want to overwrite your current vue-cli because you still need vue init, then try this.

Generate a project using vue-cli 3.0

vue create my-app

Before installing the <name> plugin, make sure to commit or stash your changes in case you need to revert

To install the <name> plugin...

cd my-app
vue add vuetify
vue add `<name>`

Using with other plugins

Electron - Vuetify

Just add vue-cli-plugin-electron-builder and vue-cli-plugin-vuetify

vue add electron-builder
vue add vuetify
vue add `<name>`
yarn serve:electron

About

Vue CLI 3 Plugin Base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published