Template for initializing Vite/Vue3/Postcss apps. See more at https://frontend.samatech.tw
Clone or download this repository, follow the directions below, and build your website.
The repository is set up as a PNPM workspace with a single package.
- Install PNPM
# Clone monorepo
git clone [email protected]:samatechtw/frontend-template
# Install packages
pnpm i
# Run site in development mode
npm run dev:web:run
Build
# Build web app for production
npm run prod:web:build