File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 ... # function shared in all project
1313/layouts
1414 default.vue # layout of the application
15+ home.vue # layout of home page
1516/pages
1617 index.vue # home page
17- /[lang]
18+ /language/ [lang]/
1819 index.vue # home page of language
1920 [...slug].vue # How display content
21+ /learning-path/
22+ /all/index.vue # All learning-path available
23+ [...slug].vue # How display content
24+ /tool/[tool]/
25+ index.vue # home page of language
26+ [...slug].vue # How display content
27+ about.vue # About page
28+ ...
2029/plugins # plugings used by application
2130 vuetify.js
2231 markdownit.ts
2332/publics # assets available in all web site
24- ...
33+ ...
34+ man/ # Man pages
2535/store
2636 ... # Store declaration
27- nuxt.config.ts # configuration file
37+ nuxt.config.ts # configuration file
2838```
2939
3040!!! warning
You can’t perform that action at this time.
0 commit comments