Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 687 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 687 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. HOSTNAME: <SITEMAP_URL>
  3. VITE_BASE: <Vite Base url> (Optional)

️ Technologies