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

https://github.com/1021683053/egg-view-art

art-template view plugin for egg.js
https://github.com/1021683053/egg-view-art

art-template egg egg-plugin egg-view

Last synced: 5 months ago
JSON representation

art-template view plugin for egg.js

Awesome Lists containing this project

README

          

# egg-view-art

[![NPM version][npm-image]][npm-url]
[![Travis Status](https://img.shields.io/travis/1021683053/egg-view-art/master.svg?label=travis)](https://www.travis-ci.org/1021683053/egg-view-art)

[npm-image]: https://img.shields.io/npm/v/egg-view-art.svg
[npm-url]: https://npmjs.org/package/egg-view-art

## Install

```bash
$ npm i egg-view-art --save
```

## Usage

```js
// {app_root}/config/plugin.js
exports.art = {
enable: true,
package: 'egg-view-art',
};
```

## Configuration

```js
// {app_root}/config/config.default.js
exports.art = {
};
```

see [config/config.default.js](config/config.default.js) for more detail.

## Example

## Questions & Suggestions

Please open an issue [here](https://github.com/1021683053/egg-view-art/issues).

## License

[MIT](LICENSE)