# vue3 **Repository Path**: qiilee/vue3 ## Basic Information - **Project Name**: vue3 - **Description**: vue3项目 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-27 - **Last Updated**: 2021-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3 > 全局安装vue脚手架: npm i -g @vue/cli安装失败,cnpm i -g @vue/cli安装成功 | 名称 | 简介 | 备注 | | ---- | ---- | ---- | | vue create mydemo | 选择的Default ([Vue 2] babel, eslint) | 运行成功,由命令vue create mydemo创建,windows系统使用Git Bash 上下箭头不管用,建议使用cmd.exe | | vue create mydemo01 | 选择的Default (Vue 3 Preview) ([Vue 3] babel, eslint) | 运行成功 | | vue create mydemo02 | 选择的Manually select features | 具体看mydemo02.png,运行成功| 项目中的demo来源自[文章](https://segmentfault.com/a/1190000038236423?utm_source=tag-newest),还没完成! | | vue create mydemo03 | 选择的Manually select features | 比mydemo02多选了typescript、vuex | 运行成功 | | mini-vue | 来自[github](https://github.com/cuixiaorui/mini-vue) | 实现最简 vue3 模型( Help you learn more efficiently vue3 source code ) ,通过github搜索vue3获取 | | vue-manage-system | 来自[github](https://github.com/lin-xin/vue-manage-system) | 基于Vue3 + Element Plus 的后台管理系统解决方案 ,通过github搜索vue3获取 | | typescript-vue3.0 | 使用 Typescript + Vue3 开发高仿知乎专栏文档站点 | 正版为[https://coding.imooc.com/class/449.html](https://coding.imooc.com/class/449.html) |