Semantic UI Vue
Semantic UI Vue is the Vue integration for Semantic UI.
It is highly inspired on Semantic UI React If you have used it already, you will find Semantic UI Vue's API to be almost the same.
Semantic UI Vue is still under heavy development. Please, feel free to contribute.
Installing
JavaScript
The Semantic UI Vue package can be installed via NPM:
Installing Semantic UI Vue provides the JavaScript for your components. You'll also need to include a stylesheet to provide the styling for your components.
Once Semantic UI Vue has been installed, you will need to import it in your main file (usually index.js or main.js) and tell Vue to use it:
If you are not using Webpack, you can add the script in your html:
Or, in alternative, you can import it using a CDN:
Now you are ready to go! Check out the components' examples to see how to use them.
CSS
Content Delivery Network (CDN)
You can use the default Semantic UI stylesheet by including a Semantic UI CDN link in yourindex.html file.
This is the quickest way to get started with Semantic UI Vue. You won't be able to use custom themes with this method.
To avoid unexpected behavior please use only the last version of Semantic-UI
Semantic UI CSS package
The Semantic UI CSS package is automatically synced with the main Semantic UI repository to provide a lightweight CSS only version of Semantic UI.
Semantic UI CSS can be installed as a package in your project using NPM. You won't be able to use custom themes with this method.
After install, you'll need to include the minified CSS file in your index.js file:
Semantic UI package
Install the full Semantic UI package.
Semantic UI includes Gulp build tools so your project can preserve its own theme changes, allowing you to customize the style variables.
Detailed documentation on theming in Semantic UI is provided here.
After building the project with Gulp, you'll need to include the minified CSS file in your index.js file:
Nuxt.js module
You can use semantic-ui-vue as nuxt.js module
Usage:
- Install semantic-ui-vue and semantic-ui-css packages
- Add this into your nuxt.config.js file: