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.
git clone https://github.com/ryanguo13/VueTyping.git
This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
pnpm install
pnpm dev
pnpm build
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.