/vite-example

vite + vue + tailwindcss example

Primary LanguageVue

vite-example

install

git clone https://github.com/fdxxw/vite-example
cd vite-example
yarn install
# OR
npm install

start dev

yarn dev
# OR
npm run dev

build

yarn build
# OR
npm run build