|
|
il y a 3 ans | |
|---|---|---|
| assets | il y a 3 ans | |
| components | il y a 3 ans | |
| composables | il y a 3 ans | |
| config | il y a 3 ans | |
| layouts | il y a 3 ans | |
| models | il y a 3 ans | |
| pages | il y a 3 ans | |
| plugins | il y a 3 ans | |
| public | il y a 3 ans | |
| services | il y a 3 ans | |
| store | il y a 3 ans | |
| types | il y a 3 ans | |
| .env.local | il y a 3 ans | |
| .env.preprod | il y a 3 ans | |
| .env.prod | il y a 3 ans | |
| .eslintrc.cjs | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| .prettierrc | il y a 3 ans | |
| .project | il y a 3 ans | |
| README.md | il y a 3 ans | |
| app.vue | il y a 3 ans | |
| logo.png | il y a 3 ans | |
| nuxt.config.ts | il y a 3 ans | |
| package.json | il y a 3 ans | |
| tsconfig.json | il y a 3 ans |
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
yarn install
Create the .env symlink :
ln -s .env.local .env
Copy the cert files in the root-dir of this project :
Start the development server :
yarn dev