UNPKG
@liuteng666/template-admin
Version:
latest (1.0.0)
1.0.0
以vue为基础搭建的后台管理项目模板
@liuteng666/template-admin
/
package.json
11 lines
•
293 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"
@liuteng666
/template-admin"
,
"version"
:
"1.0.0"
,
"description"
:
"以vue为基础搭建的后台管理项目模板"
,
"keywords"
: [
"admin"
,
"vue"
,
"管理系统"
],
"author"
:
"liuteng"
,
"license"
:
"ISC"
,
"publishConfig"
: {
"access"
:
"public"
} }