1.0.3 • Published 5 years ago

egg-nuxt-plugin v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

egg-nuxt-plugin

npm npm node

基于 nuxt 的 egg 视图层(View)解决方案

Installation

npm i -S egg-nuxt-plugin

Usages

  • Egg 插件配置中开启
// config/plugin.js
exports.nuxt = {
  enable: true,
  package: 'egg-nuxt-plugin',
};
  • View 层代码默认的目录为 app/nuxt,参考 nuxt 开发即可

Issues

Submit the issues if you find any bug or have any suggestion.

Contribution

Fork the repository and submit pull requests.

Release Notes

CHANGELOG

License

npm

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago