naive-ui/build/loaders/test/test.md

17 lines
247 B
Markdown
Raw Normal View History

2020-03-05 13:46:19 +08:00
# Get Started
2019-10-10 22:38:29 +08:00
## 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)
```