An example website made for Modern Web Development Guided Project, one of the courses in NTNU CSIE Camp 2022.
- Install PNPM
curl -fsSL https://get.pnpm.io/install.sh | sh -
- Install Node.js 16+
pnpm env use --global lts
- Install the dependencies
pnpm i
- Run the development server
pnpm dev
Now, you should be able to visit the website at http://localhost:3000
.
pnpm build
The built website will be placed in dist/
.
And you can use pnpm preview
to preview the built website in your browser.
- Vue 3 (JS Framework)
- TailwindCSS (CSS Framework)
- Vue Router (SPA Router)
- Vite (Dev Server, Bundler)