mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-10-22 03:27:21 +08:00
18 lines
189 B
Markdown
18 lines
189 B
Markdown
## 安装
|
|
|
|
```sh
|
|
npm install
|
|
```
|
|
|
|
## 使用
|
|
|
|
```sh
|
|
# 启动开发环境
|
|
npm run dev
|
|
# 构建生产版本
|
|
npm run build
|
|
```
|
|
|
|
## 文档
|
|
|
|
- [vue2版本文档](http://doc.openauth.net.cn/vue2/) |