赞
踩
创建一个空白的目录作为项目目录,在命令提示符中切换到该目录,通过wepy init初始化项目
wepy init standard myproj # 使用 standard 模板初始化项目
根据提示信息,配置项目(Enter,使用默认配置)
? Project name myproject
? AppId touristappid
? Project description A WePY project
? Author orange
? Use ESLint to lint your code? Yes
? Choose a state container Vuex
[15:37:13] info Generated “myproject”.
$ cd myproj # 进入到项目目录
$ npm install # 安装项目依赖包
执行如下命令开启实时编译,开启后,会自动监控src目录中的代码更改
$ npm run dev # 监听并且编译项目
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。