Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit b464777

Browse files
committed
Update meta information
1 parent b3e1892 commit b464777

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @d0rich/nuxt-design-system
2+
3+
This is a nuxt 3 layer containing a design system for the [d0rich](https://github.com/d0rich) projects. It is based on [TailwindCSS](https://tailwindcss.com/) and tries to recreate Persona 5 UI like style.
4+
5+
## Demo
6+
7+
Some features are demostrated in https://design.d0rich.me
8+
9+
## Installation
10+
11+
```bash
12+
npm install @d0rich/nuxt-design-system
13+
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "@d0rich/nuxt-design-system",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"main": "./nuxt.config.ts",
5+
"description": "Design system for d0rich's projects based on Nuxt 3 and Tailwind CSS",
6+
"repository": "https://github.com/d0rich/nuxt-design-system.git",
7+
"author": {
8+
"name": "Nikolay Dorofeev",
9+
"email": "dorich2000@gmail.com",
10+
"url": "https://d0rich.me"
11+
},
512
"scripts": {
613
"postinstall": "node fallbackDependencies.mjs",
714
"lint:ts": "nuxi typecheck",

0 commit comments

Comments
 (0)