Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wangpin34/ac

a json formater
https://github.com/wangpin34/ac

Last synced: 5 days ago
JSON representation

a json formater

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