Character reference page for Sebin Nyshkim https://ref.sebin-nyshkim.net/sebin/
Find a file
2024-09-03 14:41:04 +02:00
.vscode build: update scaffolding to current create-vue template 2024-09-03 14:40:57 +02:00
card chore: add header template for Fur Affinity 2023-01-23 02:02:44 +01:00
public chore: apply higher compression on full res ref sheets 2023-01-20 00:59:16 +01:00
src fix: wrong order of v-if evaluation 2023-11-30 23:17:49 +01:00
.browserslistrc build: update browserslist definitions 2023-11-30 22:54:18 +01:00
.eslintrc.cjs style: run linter 2023-04-03 00:55:28 +02:00
.gitignore build: update scaffolding to current create-vue template 2024-09-03 14:40:57 +02:00
.prettierrc.json feat: update prettier config 2023-04-03 00:29:40 +02:00
env.d.ts feat: migrate vue-cli based scaffold to vue-create 2023-01-19 23:59:53 +01:00
index.html fix: wrong open graph meta tag attributes 2023-07-17 14:36:42 +02:00
package-lock.json chore: bump version number 2024-09-03 14:41:04 +02:00
package.json chore: bump version number 2024-09-03 14:41:04 +02:00
README.md feat: migrate vue-cli based scaffold to vue-create 2023-01-19 23:59:53 +01:00
Sebin.md feat: add overdrive form ref 2020-05-05 19:44:47 +02:00
tsconfig.app.json build: update scaffolding to current create-vue template 2024-09-03 14:40:57 +02:00
tsconfig.json build: update scaffolding to current create-vue template 2023-09-01 12:29:06 +02:00
tsconfig.node.json build: update scaffolding to current create-vue template 2024-09-03 14:40:57 +02:00
vite.config.mts build: migrate autoprefixer from CJS require to ES module import 2023-09-01 12:30:33 +02:00

Sebin Reference Page

The official reference page of Sebin Nyshkim, the anthro dragon.

This page is primarily targeted at artists commissioned to draw Sebin. The idea is to have a single point of truth to easily point to.

The benefit of this is two-fold:

  • Lack of attachments in Fur Affinity notes
  • Participating in art raffles on Twitter without cluttering up the media tab with the same image over and over again

Furthermore, this page serves both for the development of Sebin as an independent character as well as a training ground for learning various new web technologies fitting such a project.

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