cineclub-site/front
2023-03-10 18:18:21 +01:00
..
assets feat [front]: add some partners and tweak style 2023-01-29 00:00:21 +01:00
components feat [front]: mobile full movie card 2023-03-10 18:18:21 +01:00
composables feat [api]: include new film attributes 2023-01-29 00:08:16 +01:00
css feat [front]: add some partners and tweak style 2023-01-29 00:00:21 +01:00
layouts feat [front]: public pages titles 2023-01-29 00:00:21 +01:00
middleware feat [both]: authentication 2022-12-25 23:52:43 +01:00
pages feat [front]: remove slider in homepage 2023-01-29 00:00:22 +01:00
plugins feat [both]: authentication 2022-12-25 23:52:43 +01:00
public refacto [front]: reorder images 2022-07-06 02:19:48 +02:00
stores feat [both]: authentication 2022-12-25 23:52:43 +01: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 [front]: admin page titles 2023-01-29 00:00:21 +01:00
package.json feat [front]: update nuxt to release 2022-12-03 23:47:25 +01: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

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.