Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 656 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 656 Bytes

vue3-ts-template

A development template for vue3 + vue-router + pinia + typescript + vite-ssg

Installation

npx degit a3510377/vue3-ts-template <your new project name>

init

yarn install

⚙️ Development

yarn dev

Build

yarn build

use Github Actions

set github Environment secrets

  1. TOKEN: <Github Build Token>
  2. VITE_BASE: <Vite Base url> (Optional)

️ Technologies