2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-03-01 13:36:55 +08:00
naive-ui/demo/documentation/intro/start.vue.md
2019-10-10 22:38:29 +08:00

251 B

Getting 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)