Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 669 Bytes

Readme.md

File metadata and controls

39 lines (25 loc) · 669 Bytes

Frontend Template

Template for initializing Vite/Vue3/Postcss apps. See more at https://frontend.samatech.tw


Instructions

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.

Prerequisites

Setup

# Clone monorepo
git clone [email protected]:samatechtw/frontend-template

# Install packages
pnpm i

Run

# Run site in development mode
npm run dev:web:run

Build

# Build web app for production
npm run prod:web:build