A color picker for Warcraft 3, used to generate color codes.
魔兽争霸 3 的调色板,用于生成颜色代码。
You can visit here to see the online demo.
你可以访问 这里 查看在线演示。
VSCode + Volar (and disable Vetur).
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.
See Vite Configuration Reference.
yarn
yarn dev
yarn build
Lint with ESLint
yarn lint