-
router.js
导入路由模块 vue-router
import VueRouter form 'vue-router'导入组件
import index form './components/inde.vue'让vue使用vue-router当做自己的路由
Vue.use(VueRouter)创建一个路由对象并输出
export default newVueRouter({
router:[
{path: '/index', component: index}
]})
app.js
导入一个根组件
import foo form './src/router.vue'导入一个路由文件
import router form './src/router.js'给根组件设置一个id
foo.el = '#root'给根组件设置路由
foo.router = router创建一个vue对象
export default new Vue(foo)指定一个路由入口
router.push('index')router.vue
js: this.$router.push(e); //更新指定路由入口
查看全部 -
......查看全部
-
.....查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
......查看全部
-
环境搭建:
1. 安装Node.js
2. 安装weex: npm install -g weex-toolkit
创建和执行项目:
weex create porject //weex init porject不适用了
npm install
npm run dev
npm run serve
查看全部 -
1.weex的优势:
①支持ES6规范,
②性能优异,开发简洁标准,体积小巧
③跨平台
2,.weex的调试工具
①weex playground
②下载地址:https://weex.apache.org/zh/guide/playground.html
③使用方法:在手机中下载weex playground APP,用weex playground APP扫描网页项目中的二维码。
查看全部 -
npm node.js的管理包工具
查看全部 -
weex 一套跨平台移动开发工具
查看全部 -
weex - HBuilder
查看全部 -
webview示例
查看全部 -
webview模块
查看全部 -
Web组件示例
查看全部 -
Web组件
查看全部
举报