小黑学前端日记——第2天

2020/12/01

安装 cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

看起来像个骂人的命令

安装 vue

>>> cnpm install vue
√ Installed 1 packages
√ Linked 0 latest versions
√ Run 0 scripts
√ All packages installed (1 packages installed from npm registry, used 1s(network 1s), speed 597.46kB/s, json 1(29.95kB), tarball 825.02kB)

安装命令行工具

cnpm install --global vue-cli

vue 的 helloworld

>>> vue init webpack demo

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

   vue-cli · Generated "demo".

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

To get started:

  cd my-project
  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

>>> cd demo
>>> cnpm install
>>> cnpm run dev

尝试修改demo

参考博客:
https://marendu.blog.csdn.net/article/details/90514969

学累了,收工

评论 7
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值