0.4.0 • Published 5 years ago

vue-cli-plugin-fundamental v0.4.0

Weekly downloads
268
License
Apache-2.0
Repository
github
Last release
5 years ago

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 fundamental

If you have an existing Vue CLI-based project you can skip the first two commands and just run:

$ vue add fundamental

What 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-sass
    • sass-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!

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago