mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
283 B
283 B
Getting Started
Installation
First install it.
npm install --save git+https://github.com/07akioni/naive-ui.git
Usage
Add the following lines in you entry point js file.
import naive from 'naive-ui'
import 'naive-ui/styles/index.scss'
Vue.use(naive)