Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangpin34/ac
a json formater
https://github.com/wangpin34/ac
Last synced: 5 days ago
JSON representation
a json formater
- Host: GitHub
- URL: https://github.com/wangpin34/ac
- Owner: wangpin34
- Created: 2015-11-05T09:41:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T05:30:46.000Z (over 2 years ago)
- Last Synced: 2024-07-26T00:10:34.893Z (4 months ago)
- Language: Vue
- Homepage: http://wangpin34.github.io/ac/
- Size: 598 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AC
AC 是一个简单的 json formater。![work-panel](assets/work-panel.JPG)
![json-viewer](assets/json-output.JPG)
## Contribution
AC 是使用 [vuejs](http://cn.vuejs.org/) 开发的,组件使用了 [vue component](http://cn.vuejs.org/guide/application.html#单文件组件)。复制功能使用到 [ZeroClipboard.js](https://github.com/zeroclipboard/zeroclipboard)。### 搭建环境
* 克隆项目到本地```
$ git clone [email protected]:wangpin34/ac.git
```
也可以 fork 之后再克隆。* 安装依赖
```
$ npm install
```* 启动开发模式
```
npm run dev
```在浏览器中打开 http://localhost:8080 可以看到 AC 。
* 编译打包
```
npm run build
```## LICENSE
MIT