美文网首页
各前端项目命令集合

各前端项目命令集合

作者: 六寸光阴丶 | 来源:发表于2020-11-02 00:36 被阅读0次

    vue-cli 4.0

    • 创建
    vue create project_name
    
    • 安装依赖
    npm install
    
    • 启动
    npm run serve
    
    • 打包
    npm run build
    

    umi

    • 运行
    yarn start
    

    egg.js

    • 全局安装
    npm install egg-init -g
    
    • 创建
    egg-init project_name --type=simple
    
    • 下载依赖
    npm install
    
    • 运行
    npm run dev
    

    相关文章

      网友评论

          本文标题:各前端项目命令集合

          本文链接:https://www.haomeiwen.com/subject/yurpvktx.html