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

272 B

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.