nuxt-arch
Version:
Arch is a Nuxt 3 template for creating your personal website less than a minute.
41 lines (24 loc) • 944 B
Markdown
Build your personal website less than a minute with Markdown, powered by Nuxt 3
[](#)
## Nuxt Arch
> [📄 Arch](#) is the fastest & easiest way to build your personal website.
- [📄 Documentation](#)
- [📄 Starter Template](https://github.com/arashsheyda/arch-starter)
- [📄 Example](https://github.com/arashsheyda/arashsheyda-arch)
## Start a project with Arch 🚀
You can use [this template](https://github.com/arashsheyda/arch-starter) to create a new project.
If you want to add Arch to an existing codebase, you can do so with:
- Install the dependency:
```bash
npm install nuxt-arch --dev
```
- Add it to your extends key in `nuxt.config.ts`:
```ts
defineNuxtConfig({
extends: 'nuxt-arch'
})
```
## Todo 📝
- [ ] Add documentation
## License 📎
[MIT License](./LICENSE)