wbspool c2b885a022 修复PC端 | há 1 ano atrás | |
---|---|---|
.husky | há 2 anos atrás | |
.vscode | há 2 anos atrás | |
public | há 1 ano atrás | |
src | há 1 ano atrás | |
.env | há 2 anos atrás | |
.env.h5 | há 2 anos atrás | |
.eslintignore | há 2 anos atrás | |
.eslintrc.js | há 2 anos atrás | |
.gitignore | há 2 anos atrás | |
.nvmrc | há 2 anos atrás | |
LICENSE | há 2 anos atrás | |
README.md | há 2 anos atrás | |
favicon.ico | há 1 ano atrás | |
index.html | há 1 ano atrás | |
index_h5.html | há 2 anos atrás | |
package.json | há 2 anos atrás | |
tailwind.config.js | há 2 anos atrás | |
tsconfig.json | há 2 anos atrás | |
update.sh | há 2 anos atrás | |
update_h5.sh | há 2 anos atrás | |
vite.config.h5.ts | há 2 anos atrás | |
vite.config.pc.ts | há 1 ano atrás | |
vite.config.ts | há 2 anos atrás | |
yarn.lock | há 2 anos atrás |
Create a Vue 2 application bundled by the lightning fast build tool Vite
@vitejs/plugin-vue2
-
Vue 2 support for Viteunplugin-vue-components
-
importing Vue components on-demandunplugin-auto-import
-
importing APIs like CompositionAPI on-demandvite-plugin-windicss
-
easy WindiCSS integrationunplugin-icons
-
importing icons as Vue components on-demandCreate a repo from this template on GitHub
If you prefer to do it manually with a cleaner git history
npx degit lstoeferle/vite-vue2-windicss-starter my-vite-vue2-app
cd my-vite-vue2-app
yarn install
Just run and visit http://localhost:3333
yarn dev
To build the App, run
yarn build
And you will see the generated files in dist
, which are ready to be served.
Vue 3 is awesome, but we should not forget about supporting Vue 2 ♥️
This project is inspired by Vitesse, an opinionated Vite starter template for Vue 3.
Big thanks to Anthony Fu for the inspiration and all the amazing tools you create.