Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.04 KB

VueTyping

A simple static typing website build with Vue 3. I am currently trying to integrate the new version with Python Django. But up till now it is still a static website prototype.

Screenshot

image

Usage

git clone https://github.com/ryanguo13/VueTyping.git

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Depoly

I have already build the project into the "dist" directory. So if you want to depoly on your server or object storage bucket, just use the "dist" directory.