|
|
hace 3 años | |
|---|---|---|
| assets | hace 3 años | |
| components | hace 3 años | |
| composables | hace 3 años | |
| config | hace 3 años | |
| layouts | hace 3 años | |
| models | hace 3 años | |
| pages | hace 3 años | |
| plugins | hace 3 años | |
| public | hace 3 años | |
| services | hace 3 años | |
| store | hace 3 años | |
| types | hace 3 años | |
| .env.local | hace 3 años | |
| .env.preprod | hace 3 años | |
| .env.prod | hace 3 años | |
| .eslintrc.cjs | hace 3 años | |
| .gitignore | hace 3 años | |
| .prettierrc | hace 3 años | |
| .project | hace 3 años | |
| README.md | hace 3 años | |
| app.vue | hace 3 años | |
| logo.png | hace 3 años | |
| nuxt.config.ts | hace 3 años | |
| package.json | hace 3 años | |
| tsconfig.json | hace 3 años |
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