vue小项目

创建vue项目

通过ui创建项目

vue ui打开浏览器页面进行项目创建和管理。

通过命令行创建项目

用vue create 创建项目vue create baidumap, 生成以下目录结构:

tree /F

.gitignore
babel.config.js
package-lock.json
package.json
README.md

├─public
favicon.ico
index.html

└─src
App.vue
main.js

├─assets
logo.png

└─components
HelloWorld.vue

定义页面

shikanon wechat
欢迎您扫一扫,订阅我滴↑↑↑的微信公众号!