vue-cli-plugin-fundamental

0.4.0 • Public • Published

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!

/vue-cli-plugin-fundamental/

    Package Sidebar

    Install

    npm i vue-cli-plugin-fundamental

    Weekly Downloads

    45

    Version

    0.4.0

    License

    Apache-2.0

    Unpacked Size

    24 kB

    Total Files

    18

    Last publish

    Collaborators

    • ckienle