egg-vue-framework-plus
v1.0.2
Published
egg集成vue3.0
Downloads
3
Readme
egg-vue-framework-plus
egg集成vue3.0
Demo
QuickStart
$ npm install
$ npm test
publish your framework to npm, then change app's framework config:
// {app_root}/index.js
{
"name": "egg-showcase",
"egg": {
"framework": "egg-vue-framework-plus"
}
}
Questions & Suggestions
Please open an issue here.