cineclub-site/front
2022-08-27 16:34:48 +02:00
..
assets feat [front]: "infos-pratiques" page 2022-08-27 16:11:41 +02:00
components feat [front]: footer 2022-08-27 16:34:48 +02:00
composables refactor [front]: extract style and helpers 2022-07-22 00:48:31 +02:00
css feat [front]: footer 2022-08-27 16:34:48 +02:00
layouts feat [front]: footer 2022-08-27 16:34:48 +02:00
pages feat [front]: "infos-pratiques" page 2022-08-27 16:11:41 +02:00
plugins feat [front]: full movieCard 2022-07-13 01:13:17 +02:00
public refacto [front]: reorder images 2022-07-06 02:19:48 +02:00
stores feat [front]: add store and manage loading 2022-04-06 15:39:44 +02:00
.eslintignore feat [front]: switch to nuxt3 and vue3 2022-04-03 01:20:54 +02:00
.eslintrc.js feat [front]: switch to nuxt3 and vue3 2022-04-03 01:20:54 +02:00
.gitignore feat [front]: switch to nuxt3 and vue3 2022-04-03 01:20:54 +02:00
.prettierrc feat [front]: switch to nuxt3 and vue3 2022-04-03 01:20:54 +02:00
Dockerfile feat [front]: switch to nuxt3 and vue3 2022-04-03 01:20:54 +02:00
nuxt.config.ts feat [server]: nuxt rc 5 2022-07-19 04:17:45 +02:00
package.json feat [front]: swiper in index page 2022-07-19 04:17:45 +02:00
README.md feat [front]: switch to nuxt3 and vue3 2022-04-03 01:20:54 +02:00
stylelint.config.js feat [front]: switch to nuxt3 and vue3 2022-04-03 01:20:54 +02:00
tailwind.config.js feat [front]: switch to nuxt3 and vue3 2022-04-03 01:20:54 +02:00
tsconfig.json feat [front]: switch to nuxt3 and vue3 2022-04-03 01:20:54 +02:00
yarn.lock feat [front]: swiper in index page 2022-07-19 04:17:45 +02:00

Nuxt 3 Minimal Starter

We recommend to look at the documentation.

Setup

Make sure to install the dependencies

yarn install

Development

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

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.