naive-ui/doc/installation.md
2019-06-28 19:00:00 +08:00

15 lines
272 B
Markdown

## Prequesite
`Node.js`
## Installation
```
npm install --save-dev naive-ui
```
## Use Naive-UI in your project
Add following lines in your Vue app entry file
```
import naiveUi from 'naive-ui'
import 'naive-ui/dist/lib/index.css
Vue.use(naiveUi)
```
Then enjoy yourself.