- 按需引入 vant 组件 全量引入组件库太过臃肿,项目中使用 unplugin-vue-components 插件进行按需自动引入组件,可通过官方文档了解更多。 - 开发环境 Mock 本项目开发环境支持 mock 请求数据,在 mock 目录中可配置接口和数据,具体见文档。 - SVG 图标使用 ①将 svg 图标文件放在 src/icons/svg 目录下 ② 在项目...
🌱 A ready-to-use mobile project base template built with the Vue3, Vant, and Vite. | 基于 Vue3、Vite5、TypeScript/JavaScript、Tailwindcss、Vant4,开箱即用的移动端项目基础模板 - yulimchen/vue3-h5-template
MobVue 是一个精心制作的移动端 H5 模板,基于 Vue3、Vite、TypeScript、Vant 等主流技术通知[!NOTE] 为爱发电!所有源码均免费开源,如果对你有帮助,欢迎点个 Star 支持一下![!TIP] 正式推出付费服务,如果不想自己动手,但想移除 TS 或其他模块?试试懒人套餐!点击看看使用...
title || 'vue mobile template' const IS_PROD = ['production', 'prod'].includes(process.env.NODE_ENV) // externals const externals = { vue: 'Vue', 'vue-router': 'VueRouter', vuex: 'Vuex', vant: 'vant', axios: 'axios' } // CDN外链,会插入到index.html中 const cdn = { // ...
立即登录 没有帐号,去注册 编辑仓库简介 简介内容 移动端项目vue3-h5-template-i18n 说明: https://vant-ui.github.io/vant/mobile.html?weapp=1#/zh-CN https://vant-ui.github.io/vant/#/zh-CN/stepper https://github.com/yulimchen/vue3-h5-template 主页 取消 保存更改 1...
🎉 基于 vue3.x + CompositionAPI + javascript + vite + vant + vue-router-next + pinia 的开源免费H5移动端模板,帮助大家实现快速开发HTML5移动端。
🌱 A ready-to-use mobile project base template built with the Vue3, Vant, and Vite. | 基于 Vue3、Vite5、TypeScript/JavaScript、Tailwindcss、Vant4,开箱即用的移动端项目基础模板 yulimchen.github.io/vue3-h5-template/ Resources Readme License MIT license Activity Stars 0 stars Watcher...
-按需引入 vant 组件 全量引入组件库太过臃肿,项目中使用unplugin-vue-components插件进行按需自动引入组件,可通过官方文档了解更多。 -SVG 图标使用 将svg 图标文件放在src/icons/svg目录下 在项目中直接使用<svg-icon name="svg图标文件命名" />即可
title || 'vue mobile template' const IS_PROD = ['production', 'prod'].includes(process.env.NODE_ENV) // externals const externals = { vue: 'Vue', 'vue-router': 'VueRouter', vuex: 'Vuex', vant: 'vant', axios: 'axios' } // CDN外链,会插入到index.html中 const cdn = { // ...