Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The place for Zeepkist WRs and Super League results!

NotificationsYou must be signed in to change notification settings

zeepkist/zeepkist-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommended IDE Setup

VSCode +Volar (and disable Vetur)

Enable Take Over Mode

  1. Disable the built-in TypeScript Extension
    1. RunExtensions: Show Built-in Extensions from VSCode's command palette
    2. FindTypeScript and JavaScript Language Features, right click and selectDisable (Workspace)
  2. Reload the VSCode window by runningDeveloper: Reload Window from the command palette.

First-time Project Setup

yarnyarn dlx @yarnpkg/sdks vscode

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Run Headed Component Tests withCypress Component Testing

yarn test:unit:dev# or `yarn test:unit` for headless testing

Run End-to-End Tests withCypress

yarn test:e2e:dev

This runs the end-to-end tests against the Vite development server.It is much faster than the production build.

But it's still recommended to test the production build withtest:e2e before deploying (e.g. in CI environments):

yarn buildyarn test:e2e

Lint withESLint

yarn lint

Exporting STLs

Ensure the coordinate system is set to "-Z Forward" and "Y Up"


[8]ページ先頭

©2009-2025 Movatter.jp