0.0.6 • Published 4 years ago

@xyzdev/ui v0.0.6

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

@xyz/ui

npm version npm downloads Circle CI Codecov License

Semantic UI for Nuxt.js

📖 Release Notes

Setup

  1. Add @xyz/ui dependency to your project
yarn add @xyz/ui # or npm install @xyz/ui
  1. Add @xyz/ui to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@xyz/ui',

    // With options
    ['@xyz/ui', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) XYZ root@xyz.dev