更改解释

This commit is contained in:
suwings 2018-01-26 20:27:57 +08:00
parent a803812f76
commit c2b8235def
3 changed files with 8 additions and 14 deletions

View File

@ -0,0 +1,6 @@
文件管理系统
---------
这是一个崭新的子项目,您更改代码之后需要将其进行编译。
具体使用请查看: https://github.com/Suwings/IndependentFileManager

View File

@ -8,7 +8,7 @@
"dist": "webpack"
},
"author": "",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
@ -30,4 +30,4 @@
"uglifyjs-webpack-plugin": "^1.1.6",
"vue": "^1.0.13"
}
}
}

View File

@ -1,12 +0,0 @@
文件在线管理源码是一个相对独立的系统
-------
所以你可能不能像原先的代码更改那样直接更改并且直接运行。
你需要:
1. Nodejs 环境
2. npm install 安装依赖
3. webpack 工具打包
具体说明请参照: https://github.com/Suwings/IndependentFileManager