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
- Host: GitHub
- URL: https://github.com/1021683053/egg-view-art
- Owner: 1021683053
- License: mit
- Created: 2017-08-20T14:45:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T06:15:37.000Z (almost 8 years ago)
- Last Synced: 2025-08-09T05:25:13.113Z (10 months ago)
- Topics: art-template, egg, egg-plugin, egg-view
- Language: JavaScript
- Size: 74.2 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-view-art
[![NPM version][npm-image]][npm-url]
[](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)