cineclub-site/front
2022-05-29 22:03:12 +02:00
..
assets/img feat [front]: responsive logo in navbar 2022-04-03 01:20:54 +02:00
components feat [front]: plan custom inputs 2022-04-10 00:58:34 +02:00
composables feat [front]: admin list registered movies 2022-04-10 00:56:33 +02:00
css feat [front]: admin display registered movie 2022-04-10 00:56:59 +02:00
layouts feat [front]: adjust admin container display 2022-04-09 02:54:47 +02:00
pages fix [front]: fix admin links from index 2022-05-29 22:03:12 +02:00
plugins feat [front]: api in composables 2022-04-09 19:26:58 +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 fix [front]: fix admin links from index 2022-05-29 22:03:12 +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.