|
vor 1 Tag | |
---|---|---|
apis | vor 1 Tag | |
assets | vor 3 Tagen | |
bobo-router | vor 1 Jahr | |
components | vor 4 Tagen | |
config | vor 1 Tag | |
iconfont | vor 2 Jahren | |
pages | vor 1 Tag | |
static | vor 8 Monaten | |
uni_modules | vor 9 Monaten | |
utils | vor 6 Tagen | |
.gitignore | vor 3 Jahren | |
App.vue | vor 3 Monaten | |
README.md | vor 1 Monat | |
_theme.scss | vor 3 Monaten | |
main.js | vor 1 Monat | |
manifest.json | vor 1 Jahr | |
package.json | vor 11 Monaten | |
pages.json | vor 4 Tagen | |
uni.scss | vor 3 Jahren | |
vue.config.js | vor 1 Jahr |
https://modao.cc/app/0kjHsmXrbe0m6JMcoiOxW
[](https://modao.cc/app/0kjHsmXrbe0m6JMcoiOxW)
发行方式, uniapp 点击”发行“ -”自定义发行“ prod 正式环境| test 测试环境 [](https://51team.xiaoxinda.com/charging-station-portal/#/login?redirect=%2Fhome) 运行方式 uniapp正常运行方式
[](https://youdian-test.hbjp.com.cn/charging-station-test-portal/#/charging/chargingMarketing/list)
建议使用uniapp的官方推荐开发工具HBuilder最新版本
www WEB部署目录(或者子目录)
├─apis 接口目录
├─components 组件目录
├─config 配置目录
├─pages 页面目录
├─static 静态文件目录
├─utils 工具模块目录
├─App.vue 主入口组件
├─main.js 主入口模块
├─mainifest.json 项目配置
├─pages.json 页面及其他公共配置
├─uni.scss 控制应用的风格样式文件
├─vue.config.js vue配置,多不可用,具体参见文档https://uniapp.dcloud.io/collocation/vue-config
div 改成 view
span、font 改成 text
a 改成 navigator
img 改成 image
input 还在,但type属性改成了confirmtype
form、button、checkbox、radio、label、textarea、canvas、video 这些还在。
select 改成 picker
iframe 改成 web-view
ul、li没有了,都用view替代
##插件引用 #控制台 yarn add vconsole ###uniapp 路由站 npm install uni-simple-router uni-read-pages(取消使用, 存在h5 刷新白屏问题) //双路由 uni-crazy-router 直接链接访问, 无法触发前置占点 uni-crazy-router bobo-router
vue-router-uni mac80端口问题无法使用 sudo pfctl -ef /etc/pf-tomcat.conf
npm install node-sass --ignore-scripts