摘要:
VUE路由的使用 1. 在项目根目录下执行 安装vue-router 操作。 输入 cnpm install vue-router 回车 2. 在项目 根目录 src 文件夹下, 新建一个 router 文件夹, 在该文件夹下, 新建一个 router.js 文件。并输入以下内容。 3. 在 项目根 阅读全文
摘要:
<a href="#" class="animated">查看更多>></a> </script><script> function ani(claname, type1, type2) { if(($("." + claname).offset().top - $(window).scrollTo 阅读全文
摘要:
安装好node.js 后 把NPM 转换成 CNPM(淘宝镜像), 命令如下 npm install -g cnpm --registry=https://registry.npm.taobao.org 安装 VUE 命令 如下: cnpm install vue 安装webpack 命令如下: c 阅读全文