$ npm install # or yarn
# serve with hot reload at localhost:3000
$ npm run dev # or yarn dev
# build for production and launch server
$ npm run build # or yarn build
$ npm run start # or yarn start
# generate static project
$ npm run generate
- Use Composition API with
<script setup>
SFC syntax - ESLint with @antfu/eslint-config, single quotes, no semi.