library/frontend
2023-07-14 20:08:37 -07:00
..
.idea Start medias page 2023-07-13 20:25:53 -07:00
components Create dropdown component; 2023-07-13 21:44:04 -07:00
data Start medias page 2023-07-13 20:25:53 -07:00
pages Create dropdown component; 2023-07-13 21:44:04 -07:00
public lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
server lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
.eslintrc.cjs 💄 Extracting components. 2023-05-23 10:48:57 -07:00
.gitignore lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
.npmrc lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
app.vue Start medias page 2023-07-13 20:25:53 -07:00
nuxt.config.ts Add vueuse 2023-07-14 20:08:37 -07:00
package-lock.json Add vueuse 2023-07-14 20:08:37 -07:00
package.json Add vueuse 2023-07-14 20:08:37 -07:00
README.md lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
tailwind.config.js 💄 Main layout done. 2023-05-22 21:55:41 -07:00
tsconfig.json lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
webStorm.config.js Extract patron mock data to seperate file 2023-07-13 17:24:24 -07:00

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

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.