Nuxt3 Vue3 Bootstrap5を利用したWEBフロントエンド開発
今取り組んでいることをここに記載する
- わからないこと
- 疑問点など
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies: Yarn 利用でエラーが発生するのでNPMに変更
# npm
npm install
Start the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.