Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 800 Bytes

README.md

File metadata and controls

61 lines (38 loc) · 800 Bytes

vue-web

vue-web powered by Vue3, vue-router, pinia, TypeScript and Vite.

Install

npm install

pnpm install

Run

npm run dev

pnpm run dev

Build

Build for Production

npm run build

pnpm run build

Build for Test

npm run build:test

pnpm run build:test

Preview

Preview for Production

npm run preview

pnpm run preview

Preview for Test

npm run preview:test

pnpm run preview:test

.env Description

  • This project exposes environment variables on import.meta.env object.
  • Different modes (development/test/production) correspond to different environment files (.env.*).
  • .env file is always included, duplicate variables are overwritten by the specific mode file (.env.*).