Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen committed Feb 23, 2021
1 parent 70b1ccf commit b1a71d7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
**🌱基于 vue3、vant3,vw/vh 视口适配,开箱即用的移动端项目基础模板**
**🌱基于 Vue3 全家桶、Vant3,vw/vh 视口适配,开箱即用的移动端项目基础模板**

- [x] vue3
- [x] vant3
- [x] 支持 svg 图标自动注册组件✨
- [x] Vue3
- [x] Vant3
- [x] 支持 SVG 图标自动注册组件✨
- [x] vw/vh 视口适配
- [x] 首屏加载动画
- [x] 项目资源路径 alias 别名
- [x] 开发环境调试面板
- [ ] axios 封装 (TODO)
- [ ] vuex (TODO)
- [x] Vuex 集成
- [x] Vue-router 集成
- [ ] Axios 封装 (TODO)



Expand Down
Binary file modified docs/assets/img/Snipaste_2021-02-10_16-55-20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions src/views/Demo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</a>
</div>
<div class="demo-content__desc">
<p>🌱 基于 vue3、vant3 组件库,开箱即用的 H5 移动端项目基础模板</p>
<p>🌱 基于 Vue3 全家桶、Vant3 组件库,开箱即用的 H5 移动端项目基础模板</p>
</div>

<div class="demo-main">
Expand All @@ -25,15 +25,16 @@ export default {
name: 'Demo',
setup() {
const contentList = reactive([
'vue3',
'vant3',
'✔ 支持 svg 图标自动注册组件✨',
'Vue3',
'Vant3',
'✔ 支持 SVG 图标自动注册组件✨',
'✔ vw/vh 视口适配',
'✔ 首屏加载动画',
'✔ 项目资源路径 alias 别名',
'✔ 开发环境调试面板',
'💭 axios 封装 (TODO)',
'💭 vuex 封装 (TODO)'
'✔ Vuex 集成',
'✔ Vue-router 集成',
'💭 Axios 封装 (TODO)'
])
return {
Expand Down

0 comments on commit b1a71d7

Please sign in to comment.