diff options
| author | 2023-11-04 13:48:59 +0800 | |
|---|---|---|
| committer | 2023-11-04 13:48:59 +0800 | |
| commit | c0803c57089da5fea820831325252e08d850fca8 (patch) | |
| tree | 225cf262625863b9b8d46c7880d7e09cc7b87c28 /README.md | |
| parent | 7642c0bb0ff9f81212e5270f9d598b949f6b0a30 (diff) | |
| download | logshader-c0803c57089da5fea820831325252e08d850fca8.tar.gz logshader-c0803c57089da5fea820831325252e08d850fca8.zip | |
refactor: rebuild with `vuetify`
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 71 |
1 files changed, 67 insertions, 4 deletions
@@ -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/). |
