0.0.2 • Published 7 years ago

semantic-ui-vuejs v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Semantic UI VueJS components

Components to use with Vue2

Installation

# install dependencies
$ npm install semantic-ui-vuejs

Configure webpack.config.js

    {
        test: /\.css$/,
        loader: 'style-loader!css-loader'
    },
    {
        test: /\.(png|jpg|gif|svg)$/,
        loader: 'file-loader',
        options: {
            name: '[name].[ext]?[hash]'
        }
    },
    {
        test: /\.(woff|woff2|eot|ttf|svg)(\?.*$|$)/,
        loader: 'url-loader?importLoaders=1&limit=100000'
    }