Commit 47e74a45 authored by 梁俊杰's avatar 梁俊杰

优化说明书

添加忽略文件
parent 6ef66997
# Created by .ignore support plugin (hsz.mobi)
.idea
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ComposerJsonPluginSettings">
<unboundedVersionInspectionSettings>
<excludedPackages />
</unboundedVersionInspectionSettings>
<customRepositories />
<composerUpdateOptions />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/meibuyu.iml" filepath="$PROJECT_DIR$/.idea/meibuyu.iml" />
</modules>
</component>
</project>
\ No newline at end of file
This diff is collapsed.
......@@ -3,10 +3,11 @@
### 1、如何使用
在使用的项目下的composer.json 加入以下内容
``` "repositories": {
```
"repositories": {
"meibuyu/micro": {
"type": "path",
"url": "d:/workspace/biubiubiu",#本库的具体地址,随意找个地方git clone下来
"url": "d:/workspace/biubiubiu",//本库的具体地址,随意找个地方git clone下来
"options": {
"symlink": true
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment