mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
247 B
247 B
Get Started
Installation
First install it.
npm install --save-dev naive-ui
Usage
Add the following lines in you entry point js file.
import naive from 'naive-ui'
import 'naive-ui/dist/lib/index.css'
Vue.use(naive)