6666
6767### UI Frameworks
6868
69- - [ UnoCSS] ( https://github.com/antfu/unocss ) - The instant on-demand atomic CSS engine.
70- - [ ` @unocss/preset-rem-to-px ` ] ( https://github.com/unocss/unocss/tree/main/packages/preset-rem-to-px ) - Converts rem to px for all utilities.
71- - [ ` eslint-plugin-unocss ` ] ( https://github.com/devunt/eslint-plugin-unocss ) - ESLint plugin for UnoCSS.
72- - [ Vant] ( https://github.com/youzan/vant ) - Vue UI library for mobile web apps.
73- - [ ` vant-touch-emulator ` ] ( https://github.com/youzan/vant/tree/main/packages/vant-touch-emulator ) - Simulate mobile touch events on the desktop.
74- - [ ` vant-use ` ] ( https://github.com/youzan/vant/tree/main/packages/vant-use ) - Built-in composition APIs of Vant.
69+ - [ UnoCSS] ( https://github.com/antfu/unocss ) - The instant on-demand atomic CSS engine
70+ - [ ` @unocss/preset-rem-to-px ` ] ( https://github.com/unocss/unocss/tree/main/packages/preset-rem-to-px ) - Converts rem to px for all utilities
71+ - [ ` eslint-plugin-unocss ` ] ( https://github.com/devunt/eslint-plugin-unocss ) - ESLint plugin for UnoCSS
72+ - [ Vant] ( https://github.com/youzan/vant ) - Vue UI library for mobile web apps
73+ - [ ` vant-touch-emulator ` ] ( https://github.com/youzan/vant/tree/main/packages/vant-touch-emulator ) - Simulate mobile touch events on the desktop
74+ - [ ` vant-use ` ] ( https://github.com/youzan/vant/tree/main/packages/vant-use ) - Built-in composition APIs of Vant
7575
7676### Plugins
7777
7878- [ Vue Router] ( https://github.com/vuejs/router )
79- - [ ` vue-router-better-scroller ` ] ( https://github.com/antfu/vue-router-better-scroller ) - Enhanced scroll behavior for Vue Router.
80- - [ Pinia] ( https://pinia.vuejs.org ) - Intuitive, type safe, light and flexible Store for Vue using the composition api.
81- - [ ` pinia-plugin-persistedstate ` ] ( https://github.com/prazdevs/pinia-plugin-persistedstate ) - Configurable persistence and rehydration of Pinia stores.
79+ - [ ` vue-router-better-scroller ` ] ( https://github.com/antfu/vue-router-better-scroller ) - Enhanced scroll behavior for Vue Router
80+ - [ Pinia] ( https://pinia.vuejs.org ) - Intuitive, type safe, light and flexible Store for Vue using the composition api
81+ - [ ` pinia-plugin-persistedstate ` ] ( https://github.com/prazdevs/pinia-plugin-persistedstate ) - Configurable persistence and rehydration of Pinia stores
8282- [ unplugin-vue-components] ( https://github.com/antfu/unplugin-vue-components ) - components auto import
8383- [ unplugin-auto-import] ( https://github.com/antfu/unplugin-auto-import ) - Directly use Vue Composition API and others without importing
84- - [ vite-plugin-vconsole] ( https://github.com/vadxq/vite-plugin-vconsole ) - A lightweight, extendable front-end developer tool for mobile web page.
85- - [ vite-plugin-mock-dev-server] ( https://github.com/pengzhanbo/vite-plugin-mock-dev-server ) - Vite Plugin for API mock dev server.
86- - [ postcss-mobile-forever] ( https://github.com/wswmsword/postcss-mobile-forever ) - To adapt different displays by one mobile viewport.
84+ - [ vite-plugin-vconsole] ( https://github.com/vadxq/vite-plugin-vconsole ) - A lightweight, extendable front-end developer tool for mobile web page
85+ - [ vite-plugin-mock-dev-server] ( https://github.com/pengzhanbo/vite-plugin-mock-dev-server ) - Vite Plugin for API mock dev server
86+ - [ postcss-mobile-forever] ( https://github.com/wswmsword/postcss-mobile-forever ) - To adapt different displays by one mobile viewport
8787
8888### Coding Style
8989
9090- Use Composition API with [ ` <script setup> ` SFC syntax] ( https://github.com/vuejs/rfcs/pull/227 )
91- - [ ESLint] ( https://eslint.org/ ) with [ @antfu/eslint-config ] ( https://github.com/antfu/eslint-config ) , single quotes, no semi.
91+ - [ ESLint] ( https://eslint.org/ ) with [ @antfu/eslint-config ] ( https://github.com/antfu/eslint-config ) , single quotes, no semi
9292
9393### Dev tools
9494
102102 - [ Iconify IntelliSense] ( https://marketplace.visualstudio.com/items?itemName=antfu.iconify ) - Icon inline display and autocomplete
103103 - [ ESLint] ( https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint )
104104
105- ## Try it now!
105+ ## Try it now
106106
107- > Vue3-Vant-Mobile requires Node >= 16.16.0
107+ > Vue3-Vant-Mobile requires Node 18+
108108
109109### GitHub Template
110110
111- [ Create a repo from this template on GitHub] ( https://github.com/CharleeWa/vue3-vant-mobile/generate ) .
111+ [ Create a repo from this template on GitHub] ( https://github.com/CharleeWa/vue3-vant-mobile/generate )
112112
113113### Clone to local
114114
@@ -136,7 +136,7 @@ And, enjoy :)
136136
137137### Development
138138
139- Just run and visit http://localhost:3000
139+ Just run and visit < http://localhost:3000 >
140140
141141``` bash
142142pnpm dev
@@ -149,6 +149,7 @@ To build the App, run
149149``` bash
150150pnpm build
151151```
152+
152153And you will see the generated file in ` dist ` that ready to be served.
153154
154155### Deploy on Netlify
0 commit comments