Prechádzať zdrojové kódy

update .env, readme, gitignore

Olivier Massot 3 rokov pred
rodič
commit
7dd87a6c5e
3 zmenil súbory, kde vykonal 13 pridanie a 40 odobranie
  1. 0 3
      .env.local
  2. 4 1
      .gitignore
  3. 9 36
      README.md

+ 0 - 3
.env.local

@@ -22,7 +22,4 @@ NUXT_PUBLIC_BASE_URL_TYPO3=https://local.sub.opentalent.fr/###subDomain###
 NUXT_BASE_URL_MERCURE=https://local.mercure.opentalent.fr/.well-known/mercure
 NUXT_PUBLIC_BASE_URL_MERCURE=https://local.mercure.opentalent.fr/.well-known/mercure
 
-
 MERCURE_SUBSCRIBER_JWT_KEY=NQEupdREijrfYvCmF2mnvZQFL9zLKDH9RCYter6tUWzjemPqzicffhc2fSf0yEmM
-
-

+ 4 - 1
.gitignore

@@ -14,4 +14,7 @@ node_modules/
 
 local.app-v3.opentalent.fr.crt
 local.app-v3.opentalent.fr.key
-.env
+.env
+/.project
+
+yarn.lock

+ 9 - 36
README.md

@@ -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