当前位置: 首页 > 文档资料 > Vue.js 教程 >

1.1.7 开发版本安装

优质
小牛编辑
140浏览
2023-12-01

重要: GitHub 仓库的/dist文件夹只有在新版本发布时才会提交。如果想要使用 GitHub 上 Vue 最新的源码,你需要自己构建!

git clone https://github.com/vuejs/vue.git node_modules/vue
cd node_modules/vue
npm install
npm run build