# vue3初始化项目 **Repository Path**: fanfan18/vue3-initialization-project ## Basic Information - **Project Name**: vue3初始化项目 - **Description**: 这是一个搭建移动端项目的demo,开启新项目可以拉取这个模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-08 - **Last Updated**: 2023-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, vant3, Vuex, vue-router, Axios ## README # 基于vue3.0全家桶 + vant3.0 +scss + rem适配方案 + axios封装,构建H5模板脚手架 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 本项目技术栈: ``` vue3 vuex vue-router axios vant-ui3 定制主题 styles/theme.css 在组件文档中查看 css 变量 文档:http://vant-contrib.gitee.io/vant/v3/#/zh-CN/config-provider pxtorem rootValue:37.5,开发按照正常的 px 即可,rem 只作为等比放大的工具 ``` ## 浏览器支持 ``` Vant 3 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一致)。 ``` 搭建参考 Vant 官方示例 https://github.com/youzan/vant-demo 查看 vant3 组件库请前往 http://vant-contrib.gitee.io/vant/v3/#/zh-CN/home