前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Vue脚手架搭建项目

Vue脚手架搭建项目

作者头像
ProsperLee
发布2018-11-19 16:07:06
7460
发布2018-11-19 16:07:06
举报
文章被收录于专栏:互联网软件技术

全局安装vue脚手架

$ npm install -g vue-cli

卸载方法

$ npm uninstall -g vue-cli

查看vue版本(注意:大写的V)

$ vue -V

创建项目

$ vue init webpack vue-app

? Project name vue-app

? Project description Vue Project

? Author ProsperLee <lcsshengsss@outlook.com>

? Vue build (Use arrow keys)

> Runtime + Compiler: recommended for most users

Runtime-only: about 6KB lighter min+gzip, but templates (or any Vue-specific HTML) are ONLY allowed in .vue files - render functions are required elsewhere

? Install vue-router? No

? Use ESLint to lint your code? No? Set up unit tests No

? Setup e2e tests with Nightwatch? No

? Should we run `npm install` for you after the project has been created? (recommended)

(Use arrow keys)

> Yes, use NPM

  Yes, use Yarn

  No, I will handle that myself

项目根目录下执行:

$ npm run dev

Your application is running here: http://localhost:8080

安装路由

$ npm install vue-router --save-dev

安装vue-resource

$ npm install vue-resource --save-dev

安装WangEditor

$ npm install wangeditor --save-dev

打包项目

$ npm run dev

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2018-11-18 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档