杂志PC+H5

wbspool c2b885a022 修复PC端 1 năm trước cách đây
.husky a94a3d77b5 ui 1 năm trước cách đây
.vscode a94a3d77b5 ui 1 năm trước cách đây
public c2b885a022 修复PC端 1 năm trước cách đây
src c2b885a022 修复PC端 1 năm trước cách đây
.env a94a3d77b5 ui 1 năm trước cách đây
.env.h5 3f383852f8 h5支持 1 năm trước cách đây
.eslintignore 00d44fa448 ui 1 năm trước cách đây
.eslintrc.js a94a3d77b5 ui 1 năm trước cách đây
.gitignore a94a3d77b5 ui 1 năm trước cách đây
.nvmrc a94a3d77b5 ui 1 năm trước cách đây
LICENSE a94a3d77b5 ui 1 năm trước cách đây
README.md a94a3d77b5 ui 1 năm trước cách đây
favicon.ico c2b885a022 修复PC端 1 năm trước cách đây
index.html c2b885a022 修复PC端 1 năm trước cách đây
index_h5.html 07b8cb3d50 优化pc端 1 năm trước cách đây
package.json 3b39e4f816 优化集成 1 năm trước cách đây
tailwind.config.js 4f1b525c36 ui 1 năm trước cách đây
tsconfig.json 3f383852f8 h5支持 1 năm trước cách đây
update.sh 680da4555b 优化集成 1 năm trước cách đây
update_h5.sh b0f7a9c599 优化pc端 1 năm trước cách đây
vite.config.h5.ts b0f7a9c599 优化pc端 1 năm trước cách đây
vite.config.pc.ts c2b885a022 修复PC端 1 năm trước cách đây
vite.config.ts 07b8cb3d50 优化pc端 1 năm trước cách đây
yarn.lock 261737bcd5 集成 1 năm trước cách đây

README.md

Vite ⚡ - Vue 2 starter template

Create a Vue 2 application bundled by the lightning fast build tool Vite

✨ Live Demo

Features

Vite plugins

Try it now!

GitHub Template

Create a repo from this template on GitHub

Clone

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

Usage

Development

Just run and visit http://localhost:3333

yarn dev

Build

To build the App, run

yarn build

And you will see the generated files in dist, which are ready to be served.

Why

Vue 3 is awesome, but we should not forget about supporting Vue 2 ♥️

Credits

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.