view-design / view-ui-project-ts

A template project for Vue3, View UI Plus, TypeScript and Vite, just install and run.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

view-ui-project-ts

This project build for Vue3, Vue-router, ViewUIPlus, TypeScript and Vite.

Install

npm install

Run

npm run serve

Build

Build for Production

npm run build

Build for Staging

npm run build:staging

Preview

Preview for Production

npm run preview

Preview for Staging

npm run preview:staging

.env Description

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

About

A template project for Vue3, View UI Plus, TypeScript and Vite, just install and run.


Languages

Language:TypeScript 86.3%Language:HTML 9.8%Language:Less 3.1%Language:Shell 0.7%