Skip to content

huibizhang/ithelp-ironman2021-day25-practice-project

Repository files navigation

template-vite-vue-tailwind-jit

  • template of: vite + vue
  • tailwindcss: v2.2.7

Started

with npm:

npm install

with yarn:

yarn

Develop

with npm:

npm run dev

with yarn:

yarn dev

Build

with npm:

npm run build

with yarn:

yarn build