Skip to content

KamomeKamone/Nuxt3Bootstrap5AppDemo

 
 

Repository files navigation

目標

Nuxt3 Vue3 Bootstrap5を利用したWEBフロントエンド開発

今すぐに達成すべき課題

今取り組んでいることをここに記載する

今後解決すべき課題

  • わからないこと
  • 疑問点など

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies: Yarn 利用でエラーが発生するのでNPMに変更

# npm
npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

Deploy

https://github.com/lucpotage/nuxt-github-pages

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 66.2%
  • TypeScript 33.8%