Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AndronixApp/andronix-docs-next
New and a more descriptive documentation for the @AndronixApp. It's build with the fast VueJS framework, NuxtJS and Tailwind CSS.
https://github.com/AndronixApp/andronix-docs-next
andronix docs nuxt tailwind
Last synced: about 1 month ago
JSON representation
New and a more descriptive documentation for the @AndronixApp. It's build with the fast VueJS framework, NuxtJS and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/AndronixApp/andronix-docs-next
- Owner: AndronixApp
- Created: 2020-12-16T11:52:27.000Z (about 4 years ago)
- Default Branch: next
- Last Pushed: 2023-04-15T04:21:54.000Z (over 1 year ago)
- Last Synced: 2024-11-23T13:33:36.582Z (about 1 month ago)
- Topics: andronix, docs, nuxt, tailwind
- Language: JavaScript
- Homepage: https://docs.andronix.app
- Size: 8.28 MB
- Stars: 36
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# andronix-docs-nuxt
## Setup
Install dependencies:
```bash
npm run install
```## Development
```bash
npm run dev
```## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
npm run generate
```To preview the static generated app, run `npm run start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).