cineclub-site/front
2022-12-30 22:38:39 +01:00
..
assets refactor [front]: images 2022-12-04 03:15:11 +01:00
components feat [front]: a11y time tag and no double tabbable element 2022-12-30 22:38:39 +01:00
composables feat [both]: allow dubbed 2022-12-04 03:15:11 +01:00
css feat [front]: footer 2022-08-27 16:34:48 +02:00
layouts feat [both]: authentication 2022-12-25 23:52:43 +01:00
middleware feat [both]: authentication 2022-12-25 23:52:43 +01:00
pages feat [front]: a11y time tag and no double tabbable element 2022-12-30 22:38:39 +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]: update nuxt to release 2022-12-03 23:47:25 +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
yarn.lock feat [front]: update nuxt to release 2022-12-03 23:47:25 +01: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.