cineclub-site/front
2022-04-09 02:54:47 +02:00
..
assets/img feat [front]: responsive logo in navbar 2022-04-03 01:20:54 +02:00
components feat [front]: rationalize navbar name and place 2022-04-03 01:20:54 +02:00
composables feat [full]: allow uncomplete films 2022-04-09 02:54:47 +02:00
css feat [front]: axios -> nuxt tools + bulma-list 2022-04-03 01:20:54 +02:00
layouts WIP feat [front]: first shot admin form page 2022-04-06 15:38:00 +02:00
pages feat [front]: complete film creation admin form 2022-04-06 15:39:44 +02:00
static init front 2022-04-03 01:20:53 +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 [front]: add store and manage loading 2022-04-06 15:39:44 +02:00
package.json feat [front]: add store and manage loading 2022-04-06 15:39:44 +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]: add store and manage loading 2022-04-06 15:39:44 +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.