webapp.pc
Version:
基于Vue的框架Webapp框架核心,控制应用架构
23 lines • 428 B
JSON
{
"name": "webapp.pc",
"version": "0.0.3",
"description": "基于Vue的框架Webapp框架核心,控制应用架构",
"main": "core.js",
"scripts": {
"test": "test"
},
"keywords": [
"Vue框架",
"基于Vue的单页,多页框架",
"SPA",
"PC",
"Fis3"
],
"author": "PS",
"license": "ISC",
"devDependencies": {
"vue": "~2.5.1",
"vue-router": "~3.0.1",
"vuex": "~2.1.1"
}
}