1.0.2 • Published 3 years ago

egg-vue-framework-plus v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

egg-vue-framework-plus

egg集成vue3.0

Demo

admin demo project

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.