naive-ui/demo/documentation/intro/privateStart/enUS/index.md
2019-12-22 15:31:04 +08:00

19 lines
298 B
Markdown

<!--no-demo-->
# Getting Started
## Installation
First install it.
```bash
npm install --save git+https://github.com/07akioni/naive-ui.git
```
## Usage
Add the following lines in you entry point js file.
```js
import naive from 'naive-ui'
import 'naive-ui/styles/index.scss'
Vue.use(naive)
```