Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 341 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 341 Bytes

toutiao-m

创建项目

vue create toutiao-mobile

安装项目依赖

npm install

启动开发环境

npm run serve

创建生产环境

npm run build

启动生产环境

serve -S ./dist

安装 serve 命令行工具

npm install --global serve