vue-cli-plugin-fundamental
v0.4.0
Published
Vue CLI plugin for Fundamental Vue
Downloads
28
Maintainers
Readme
Vue CLI plugin for Fundamental Vue
This is a Vue CLI plugin for adding Fundamental Vue to your project.
Using the Plugin
Using it is super easy:
$ vue create my-vue-app
$ cd my-vue-app
$ vue add fundamentalIf you have an existing Vue CLI-based project you can skip the first two commands and just run:
$ vue add fundamentalWhat you will get
This plugin will add the following dependencies to your package.json:
- Dependencies:
fundamental-vue: The actual Vue components.fundamental-styles: SCSS styles to make the components look good.
- DevDependencies:
node-sasssass-loader
The styles will also be imported correctly and the components will be installed globally.
What else?
This plugin was heavily inspired by vue-cli-plugin-element. You rock!
