# egg-nuxt **Repository Path**: twtybai/egg-nuxt ## Basic Information - **Project Name**: egg-nuxt - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # egg-nuxt egg nuxt framework ## QuickStart ```bash $ npm install $ npm test ``` publish your framework to npm, then change app's dependencies: ```js // {app_root}/index.js require('egg-nuxt').startCluster({ baseDir: __dirname, // port: 7001, // default to 7001 }); ``` ## Questions & Suggestions Please open an issue [here](https://github.com/eggjs/egg/issues).