Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 445 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 445 Bytes

birthday-liza-vue3

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Push to Github Pages

git add dist && git commit -m "new build"
git subtree push --prefix dist origin gh-pages

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.