Skip to content

前言

想要快速体验 Vue,您可以点击它--->演练场

后面的代码案例可以直接复制进来,查看效果

创建一个 Vue 应用

环境:Node16 和 Node18 (nvm 来管理)

开发工具: VSCode

代码: 直接从本人的 Github 上拉取,直接用演练场的功能更快

INFO

Vue3 模板

shell
git clone -b test https://github.com/luckyNwa6/luckyVue3Template.git

Vue2 模板

shell
git clone -b test https://github.com/luckyNwa6/luckyVue2Template.git