https://github.com/dulinrain/egg-view-art
art-template for eggjs
https://github.com/dulinrain/egg-view-art
Last synced: 3 months ago
JSON representation
art-template for eggjs
- Host: GitHub
- URL: https://github.com/dulinrain/egg-view-art
- Owner: DuLinRain
- Created: 2019-06-23T06:35:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T07:07:12.000Z (almost 7 years ago)
- Last Synced: 2025-09-10T16:58:41.503Z (9 months ago)
- Language: HTML
- Size: 39.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# egg-view-art
art-template for eggjs
# usage
// {app_root}/config/plugin.js
exports.art = {
enable: true,
package: 'egg-view-art',
};
// 配置egg-view
// {app_root}/config/config.default.js
exports.view = {
mapping: {
'.art': 'art',
},
};
// art config 配置art, 参考http://aui.github.io/art-template/docs/options.html
exports.art = {};