Lechan Dai 36ce4d3a18 pc移除px插件 | před 2 roky | |
---|---|---|
.husky | před 2 roky | |
.vscode | před 2 roky | |
public | před 2 roky | |
src | před 2 roky | |
.env | před 2 roky | |
.env.h5 | před 2 roky | |
.eslintignore | před 2 roky | |
.eslintrc.js | před 2 roky | |
.gitignore | před 2 roky | |
.nvmrc | před 2 roky | |
LICENSE | před 2 roky | |
README.md | před 2 roky | |
package.json | před 2 roky | |
tailwind.config.js | před 2 roky | |
tsconfig.json | před 2 roky | |
vite.config.h5.ts | před 2 roky | |
vite.config.pc.ts | před 2 roky | |
vite.config.ts | před 2 roky | |
yarn.lock | před 2 roky |
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.