|
9 | 9 |
|
10 | 10 | Reactmos comes from **REACT MOduleS**. The idea is to create SPA applications with React using separate modules. You can progressively expand your application. |
11 | 11 |
|
12 | | -This is a work in progress, and many things may change. |
| 12 | +::warning |
| 13 | +Reactmos is under heavy development. Use with caution. Many things may change |
| 14 | +:: |
13 | 15 |
|
14 | 16 | For now, these are the implemented features: |
15 | 17 |
|
16 | 18 | ::card-group |
17 | | - :::card |
18 | | - --- |
19 | | - icon: i-simple-icons-nuxtdotjs |
20 | | - target: _blank |
21 | | - title: Routes |
22 | | - to: https://nuxt.com |
23 | | - --- |
24 | | - The Nuxt website |
25 | | - ::: |
26 | 19 |
|
27 | 20 | :::card |
28 | 21 | --- |
29 | | - icon: i-simple-icons-nuxtdotjs |
30 | 22 | target: _blank |
31 | | - title: Nuxt UI |
32 | | - to: https://ui3.nuxt.dev |
| 23 | + title: Modules |
| 24 | + to: /features/modules |
33 | 25 | --- |
34 | | - The documentation of `@nuxt/ui` and `@nuxt/ui-pro` |
| 26 | + How create and extends modules |
35 | 27 | ::: |
36 | 28 |
|
37 | 29 | :::card |
38 | 30 | --- |
39 | | - icon: i-simple-icons-nuxtdotjs |
40 | 31 | target: _blank |
41 | | - title: Nuxt Image |
42 | | - to: https://image.nuxt.com |
43 | | - --- |
44 | | - The documentation of `@nuxt/image` |
45 | | - ::: |
46 | | - |
47 | | - :::card |
48 | | - --- |
49 | | - icon: i-simple-icons-nuxtdotjs |
50 | | - target: _blank |
51 | | - title: Nuxt Content |
52 | | - to: https://content.nuxt.com |
| 32 | + title: Routes |
| 33 | + to: /features/routes |
53 | 34 | --- |
54 | | - The documentation of `@nuxt/content` |
| 35 | + How configure routes |
55 | 36 | ::: |
56 | 37 |
|
57 | 38 | :::card |
58 | 39 | --- |
59 | | - icon: i-simple-icons-nuxtdotjs |
60 | 40 | target: _blank |
61 | | - title: Nuxt Devtools |
62 | | - to: https://devtools.nuxt.com |
| 41 | + title: Hooks |
| 42 | + to: /features/hooks |
63 | 43 | --- |
64 | | - The documentation of `@nuxt/devtools` |
| 44 | + Use lifecycle hooks and custom hooks |
65 | 45 | ::: |
66 | 46 |
|
67 | 47 | :::card |
68 | 48 | --- |
69 | | - icon: i-simple-icons-nuxtdotjs |
70 | 49 | target: _blank |
71 | | - title: Nuxt Hub |
72 | | - to: https://hub.nuxt.com |
| 50 | + title: Extra configs |
| 51 | + to: /features/extra-configs |
73 | 52 | --- |
74 | | - The best place to manage your projects, environments and variables. |
| 53 | + Share extra configs between modules |
75 | 54 | ::: |
76 | 55 | :: |
77 | 56 |
|
78 | | -## Key Features |
| 57 | +## Roadmap |
79 | 58 |
|
80 | | -This template includes a range of features designed to streamline documentation management: |
| 59 | +We have planned the following for the future: |
81 | 60 |
|
82 | | -- **Powered by** [**Nuxt 3**](https://nuxt.com): Utilizes the latest Nuxt framework for optimal performance. |
83 | | -- **Built with** [**Nuxt UI**](https://ui3.nuxt.dev) **and** [**Nuxt UI Pro**](https://ui3.nuxt.dev/pro): Integrates a comprehensive suite of UI components. |
84 | | -- [**MDC Syntax**](https://content.nuxt.com/usage/markdown) **via** [**Nuxt Content**](https://content.nuxt.com): Supports Markdown with component integration for dynamic content. |
85 | | -- [**Nuxt Studio**](https://content.nuxt.com/docs/studio) **Compatible**: Offers integration with Nuxt Studio for content editing. |
86 | | -- **Auto-generated Sidebar Navigation**: Automatically generates navigation from content structure. |
87 | | -- **Full-Text Search**: Includes built-in search functionality for content discovery. |
88 | | -- **Optimized Typography**: Features refined typography for enhanced readability. |
89 | | -- **Dark Mode**: Offers dark mode support for user preference. |
90 | | -- **Extensive Functionality**: Explore the template to fully appreciate its capabilities. |
| 61 | +- **publicDir**: Use modules public directories to serve static assets |
| 62 | +- **loadingHTML**: Use a HTML file as a loading screen until the boot proccess finish. This can be overridden by a module. |
| 63 | +- Anything else... |
0 commit comments