杂志PC+H5

Lechan Dai d906215687 ui 1 year ago
.husky a94a3d77b5 ui 1 year ago
.vscode a94a3d77b5 ui 1 year ago
public d906215687 ui 1 year ago
src d906215687 ui 1 year ago
.env a94a3d77b5 ui 1 year ago
.eslintignore 4f1b525c36 ui 1 year ago
.eslintrc.js a94a3d77b5 ui 1 year ago
.gitignore a94a3d77b5 ui 1 year ago
.nvmrc a94a3d77b5 ui 1 year ago
LICENSE a94a3d77b5 ui 1 year ago
README.md a94a3d77b5 ui 1 year ago
index.html a94a3d77b5 ui 1 year ago
package.json 4f1b525c36 ui 1 year ago
tailwind.config.js 4f1b525c36 ui 1 year ago
tsconfig.json a94a3d77b5 ui 1 year ago
vite.config.ts 4f1b525c36 ui 1 year ago
yarn.lock 4f1b525c36 ui 1 year ago

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.