Skip to content

ChouUn/Color-Picker

Repository files navigation

Color-Picker for WC3

A color picker for Warcraft 3, used to generate color codes.

魔兽争霸 3 的调色板,用于生成颜色代码。

You can visit here to see the online demo.

你可以访问 这里 查看在线演示。

Development

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint