美文网首页
Vue CLI基本命令

Vue CLI基本命令

作者: me_coder | 来源:发表于2019-12-02 19:01 被阅读0次

    Project setup

    npm install
    

    Compiles and hot-reloads for development

    npm run serve
    

    Compiles and minifies for production

    npm run build
    

    Lints and fixes files

    npm run lint
    

    相关文章

      网友评论

          本文标题:Vue CLI基本命令

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