You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/vuejs-templates/webpack ~/.vue-templates/webpack
vue init --offline webpack felix
cd felix
npm install
npm run dev
Vue 官网
vue-cli npm
Vue (读音 /vjuː/,类似于 view) 是一套用于构建用户界面的渐进式框架。
一、安装
安装 webpack,
webpack 4.X 开始,需要安装 webpack-cli 依赖 ,所以使用这条命令
安装 vue-cli 命令行工具
最新的 vue 命令行工具是 4.x, 但无法在 git-bash 环境下使用
检测如果出现相应的版本号,则说明安装成功。
二、构建项目
felix 为项目名称,首字母不能大写
安装
felix
项目依赖文件让
felix
项目跑起来三、项目目录
index.html 是入口 html 文件
main.js 是入口 js 文件
App.vue 是入口 vue 组件,是第一个组件
The text was updated successfully, but these errors were encountered: