aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-04 13:48:59 +0800
committer简律纯 <i@jyunko.cn>2023-11-04 13:48:59 +0800
commitc0803c57089da5fea820831325252e08d850fca8 (patch)
tree225cf262625863b9b8d46c7880d7e09cc7b87c28 /README.md
parent7642c0bb0ff9f81212e5270f9d598b949f6b0a30 (diff)
downloadlogshader-c0803c57089da5fea820831325252e08d850fca8.tar.gz
logshader-c0803c57089da5fea820831325252e08d850fca8.zip
refactor: rebuild with `vuetify`
Diffstat (limited to 'README.md')
-rw-r--r--README.md71
1 files changed, 67 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7ff6645..5ee4569 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,71 @@
-# logshader
+# logshader (essentials)
-> 水系 `logger` 着色器
+[Demo Preview](https://logshader.hydroroll.team/)
+## Project setup
-#### site preview
+```
+# yarn
+yarn
-https://logshader.hydroroll.team \ No newline at end of file
+# npm
+npm install
+
+# pnpm
+pnpm install
+
+# bun
+bun install
+```
+
+### Compiles and hot-reloads for development
+
+```
+# yarn
+yarn dev
+
+# npm
+npm run dev
+
+# pnpm
+pnpm dev
+
+# bun
+bun run dev
+```
+
+### Compiles and minifies for production
+
+```
+# yarn
+yarn build
+
+# npm
+npm run build
+
+# pnpm
+pnpm build
+
+# bun
+bun run build
+```
+
+### Lints and fixes files
+
+```
+# yarn
+yarn lint
+
+# npm
+npm run lint
+
+# pnpm
+pnpm lint
+
+# bun
+bun run lint
+```
+
+### Customize configuration
+
+See [Configuration Reference](https://vitejs.dev/config/).