|
|
@@ -1,4 +1,4 @@
|
|
|
-# Nuxt 3 Minimal Starter
|
|
|
+# App - Migration Nuxt 3
|
|
|
|
|
|
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
|
|
|
|
|
|
@@ -6,44 +6,17 @@ Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
|
|
|
|
|
|
Make sure to install the dependencies:
|
|
|
|
|
|
-```bash
|
|
|
-# yarn
|
|
|
-yarn install
|
|
|
+ yarn install
|
|
|
|
|
|
-# npm
|
|
|
-npm install
|
|
|
+Create the .env symlink :
|
|
|
|
|
|
-# pnpm
|
|
|
-pnpm install --shamefully-hoist
|
|
|
-```
|
|
|
+ ln -s .env.local .env
|
|
|
|
|
|
-## Development Server
|
|
|
+Copy the cert files in the root-dir of this project :
|
|
|
|
|
|
-Start the development server on http://localhost:3000
|
|
|
+* local.app-v3.opentalent.fr.crt
|
|
|
+* local.app-v3.opentalent.fr.key
|
|
|
|
|
|
-```bash
|
|
|
-npm run dev
|
|
|
-```
|
|
|
+Start the development server :
|
|
|
|
|
|
-## Production
|
|
|
-
|
|
|
-Build the application for production:
|
|
|
-
|
|
|
-```bash
|
|
|
-npm run build
|
|
|
-```
|
|
|
-
|
|
|
-Locally preview production build:
|
|
|
-
|
|
|
-```bash
|
|
|
-npm run preview
|
|
|
-```
|
|
|
-
|
|
|
-Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.
|
|
|
-
|
|
|
-
|
|
|
-Pensez à mettre le .crt et le .key de local.app-v3.opentalent.fr à la racine pour faire fonctionner le wss
|
|
|
-
|
|
|
-lodash est remplacé pour nuxt-lodash : _.each ==> useEach
|
|
|
-
|
|
|
-env ==> runtimeConfig
|
|
|
+ yarn dev
|