Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 865 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 865 Bytes

Plugin creator website

This repository contains the 4th version of Plugin Creator for TheoTown written in Vue 3.

Writing documentation

Plugin creator website also hosts plugin system documentation at https://pca.svetikas.lt/docs. The source code for this documentation can be found in the docs/docs directory.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build