0.1.1 • Published 4 months ago

@xyz/ui v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

@xyzdev/ui

npm version npm downloads Circle CI Codecov License

Semantic UI + Nuxt.js

📖 Release Notes

Setup

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

    // With options
    ['@xyzdev/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) Baker root@baker.io

0.1.0

4 months ago

0.1.1

4 months ago

0.0.2

4 years ago

0.0.1

4 years ago