JanaDeppe / fhtagn-character-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fhtagn Character Editor

Git Workflow

  1. All feature branches branch off of master. They are named in kebab-case, starting with the issue number of the issue they will solve.
  2. The production branch is used for deploying new minor (and eventually major) versions of the app. Merging master into production bumps the minor version up and resets the patch version.
  3. Hotfixes branch off of master as well and are cherry-picked into production. They bump the patch version up.

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

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

About


Languages

Language:HTML 53.5%Language:JavaScript 27.1%Language:Vue 19.3%Language:SCSS 0.1%Language:CSS 0.1%