egg-nuxt.js
v1.0.3
Published
Egg.js + Nuxt.js = Powerful
Readme
egg-nuxt.js
Install
$ npm i egg-nuxt.js --save
or
$ yarn add egg-nuxt.jsUsage
// {app_root}/config/plugin.js
exports.nuxt = {
enable: true,
package: 'egg-nuxt.js',
};Nuxt.js Changes
- The Nuxt config file is now in
config.[dev].js,devallow setdefault,unittest,local,prod - The Nuxt project directory is
resources(default)
Configuration
// {app_root}/config/config.default.js
exports.nuxt = {
};see nuxt.js config to learn more.
Documentation
Licenses
- Egg.js license
- Nuxt.js license
- Vue.js license
- This Projct MIT
