提交 2444d113 编写于 作者: A antoor

Change the version to 2.0

测试测试..
# AntSword
> AntSword is an `open source` and `cross-platform`'s **Web Site Administration Tool**.
> You can use it easily and intuitively to management your website(webshell).
[![node](https://img.shields.io/badge/node-4.0+-green.svg?style=flat-square)](https://nodejs.org/en/download/)
[![release](https://img.shields.io/badge/release-v1.3.0-blue.svg?style=flat-square)][url-release]
[中文说明][url-doccn] | [开发文档][url-document] | [CHANGELOG][url-changelog]
## Start
If you do not care about how to write the code, you can go to the [Release Page](https://github.com/antoor/antSword/releases) to download the corresponding archive decompression, and then executed directly to use!
**If you are interested in this code, we welcome you to join!**
It does not require much coding knowledge you have, you just need to know what it means and how to modify the code on it!
## Start with source code
#### 0x01. Get the source code
``` sh
$ git clone https://github.com/antoor/antSword.git
```
or
Click the download url below:
```
https://github.com/antoor/antSword/archive/master.zip
```
#### 0x02. Install node_modules
``` sh
$ cd antSword
$ npm install
```
#### 0x03. Began to enjoy
``` sh
$ npm start
```
## Join us
* Email: [u@uyu.us][url-email]
* HomePage: [http://uyu.us][url-homepage]
* MyWeibo: [http://weibo.com/antoor][url-weibo]
## License
This project is licensed under the terms of the [MIT license][url-mit]
[url-doccn]: README_CN.md
[url-changelog]: CHANGELOG.md
[url-homepage]: http://uyu.us
[url-email]: mailto:u@uyu.us
[url-weibo]: http://weibo.com/antoor
[url-mit]: LICENSE
[url-document]: http://doc.uyu.us
[url-release]: https://github.com/antoor/antSword/releases/tag/1.3.0
## v2.0-beta
2.0测试版,请勿下载(下了也没用,运行不鸟 ^.^
{
"name": "antsword",
"version": "1.3.0",
"version": "2.0.0",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
"babel": "^5.2.17",
"electron-prebuilt": "^0.37.2",
"extract-zip": "^1.5.0",
"geoips": "0.0.1",
"iconv-lite": "^0.4.13",
......@@ -26,7 +25,6 @@
"type": "git",
"url": "https://github.com/antoor/antSword"
},
"debug": true,
"update": {
"md5": "",
"logs": "",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册