基于 semantic-ui 的 ember addon: ember-semantic-ui

1,111 阅读1分钟

In your ember-cli project, install this addon from npm

ember install ember-semantic-ui

or install the latest version from github

npm install git+https://github.com/wecatch/ember-semantic-ui --save-dev

Use this addon in your ember application

Modify app/index.html and import semanti-ui js file and css file


Start ember app

ember server

Then you can use this addon components in your ember app

{{ui-input}}