@nuilibrary/nui

1.0.3 • Public • Published

NUI

Download & Use

Download

npm install @nuilibrary/nui --save 

Use

In the main file of the project

import NUI from '@nuilibrary/nui';
import '@nuilibrary/nui/lib/nui.css';

/* Type 1 */
createApp(App).use(NUI).mount('#app');

/* Type 2 */
const nui = new NUI({ /* Your Options */});
createApp(App).use(nui).mount('#app');

Package Sidebar

Install

npm i @nuilibrary/nui

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

7.69 MB

Total Files

11

Last publish

Collaborators

  • allenhush