vue-cli(一)

一、使用命令行创建第一个Hello Worls应用

1.首先确定安装好了nodejs、npm、vue-cli
node -v
npm -v
vue -V
2.初始化应用
vue init webpack [your-name]

配置如下:

liu@liu-VirtualBox:~/code/vue_test$ vue init webpack test

? Project name test
? Project description A Vue.js project
? Author name
? Vue build standalone
? Install vue-router? Yes
? Use ESLint to lint your code? Yes
? Pick an ESLint preset Standard
? Set up unit tests No
? Setup e2e tests with Nightwatch? No
? Should we run `npm install` for you after the project has been created? (recom
mended) no

   vue-cli · Generated "test".

# Project initialization finished!
# ========================

To get started:

  cd test
  npm install (or if using yarn: yarn)
  npm run lint -- --fix (or for yarn: yarn run lint --fix)
  npm run dev

Documentation can be found at https://vuejs-templates.github.io/webpack
3.安装依赖
cd test
cnpm install
cnpm run dev

打开 http://localhost:8080

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值