forked fromn9e/vuedemo
- Notifications
You must be signed in to change notification settings - Fork0
LJiang219/vuedemo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
在基座项目的systemsConfig.json配置文件里注册子项目
{ "ident": "vuedemo","development": {"publicPath": "http://localhost:8090/vuedemo/","index": "http://localhost:8090/vuedemo/index.html"},"production": {"publicPath": "/vuedemo/","index": "/vuedemo/index.html"}}
添加以上代码即可注册子项目
- 安装依赖
npm install 或者 yarn
- 启动服务
npm run dev
- 项目安装了vue、vue-router,并全局引入ant-design-vue
- webpack配置参考vue cli,配置文件在根目录下vue.config.js
- 更改项目名字路径在package.json里面的systemName字段
- 在App.vue里面有和基座项目交互的方法
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Vue60.5%
- JavaScript35.4%
- HTML4.1%