Nuxt/packages/ui-templates/README.md

13 lines
348 B
Markdown
Raw Normal View History

2021-12-22 13:04:06 +00:00
# `@nuxt/ui-templates`
Pre-compiled html templates used for Nuxt.
## Development
- Clone the repository
- Install dependencies with `yarn install`
- Start development server with `yarn dev`
- Open `http://localhost:3000/` for a list of all the templates
To add a new template, simply create a new file: `./templates/<templateName>/index.html`.