๐Ÿ“ฆ hwangdev97 / lofiDotWebsite

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/hwangdev97/lofiDotWebsite.git
HTTPS git clone https://github.com/hwangdev97/lofiDotWebsite.git
SSH git clone git@github.com:hwangdev97/lofiDotWebsite.git
CLI gh repo clone hwangdev97/lofiDotWebsite
Hwang Hwang fix: build bug b945e76 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ assets
๐Ÿ“ AvailableEpIndex
๐Ÿ“ components
๐Ÿ“ content
๐Ÿ“ locales
๐Ÿ“ pages
๐Ÿ“ plugins
๐Ÿ“ public
๐Ÿ“ type
๐Ÿ“„ .DS_Store
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmrc
๐Ÿ“„ app.vue
๐Ÿ“„ nuxt.config.ts
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ README.md
๐Ÿ“„ tailwind.config.js
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

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

Check out the deployment documentation for more information.