mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +00:00
.. | ||
lib | ||
templates | ||
CHANGELOG.md | ||
index.html | ||
package.json | ||
public | ||
README.md | ||
styles.ts | ||
vite.config.ts | ||
windi.config.js |
@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
.
License
Nuxt UI by Nuxt Team is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.
Based on a work at https://github.com/nuxt/ui.