mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
15 lines
272 B
Markdown
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.
|