This is a fully functional Nuxt 3 template that includes features such as translation with I18n, a dark and light theme and many more. It is built with the latest version of Nuxt and uses bun as package manager, which helps to keep the application lightweight and fast. All the template has been made to be as simple as possible to use and to be easily customizable, also I have spent a lot of time to make it as clean as possible with good locale management, seo, accessibility, but also with a good folder structure and a good code quality.
docker-compose up
to start the applicationThis application includes a powerful console that can be launched
by using the shortcut cmd + k
. This console can provide various
features to facilitate development and management of the application but you
will need to develop your own commands. the console in the boilerplate
is just an example of what you can do with it.
git clone [email protected]:hugoRCD/nuxt3-boilerplate.git
bun install
There is no need to use the --shamefully-hoist flag here because the dependencies the flag is set to true by default in the .npmrc file.
bun dev
Now you can open the app in your browser at http://localhost:3000 if you do not override the default port.
This project is licensed under the MIT License - see the LICENSE file for details