Skip to content

nekoq/homepage

Repository files navigation

homepage-mdy-vue

Caution

部分代码可能会让你出现一系列不良反应,此时请停止浏览,转而去做其他事(

Important

欢迎访问本仓库的 dev 分支,你可以在这里看到 tara 想在主页中实现的功能或者内容

请注意,dev 分支中的部分功能或者内容可能尚未完成,并且它们有一定的概率不会出现在 main 分支以及 https://nekoq.top

Tip

你可能会在这里发现一些有趣的事实,包括但不限于函数的命名、塞在各个角落里的注释

A homepage about @Taranakineko, use zdhxiong/mdui and Vue🚧

代码写得有点渣且乱 ,连 commit 信息都不写好, 见谅()

Thanks 感谢


This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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 TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint