naive-ui/demo/loaders/test/test.md
2019-12-22 15:56:22 +08:00

17 lines
251 B
Markdown

# Getting Started
## Installation
First install it.
```bash
npm install --save-dev naive-ui
```
## Usage
Add the following lines in you entry point js file.
```js
import naive from 'naive-ui'
import 'naive-ui/dist/lib/index.css'
Vue.use(naive)
```