Appearance
Quickstart
Prerequisites
- Check Node version
Verify that your Node version matches .nvmrc. If it doesn't, use NVM to switch to the correct version.
- Install NPM
bash
npm i- Copy Env file to local
bash
cp .env.example .envStartup Project
bash
npm run devOr use custom CLI:
bash
npm run dev:advRun TypeScript Type Checking
Run type checking for the entire project
bash
npm run type-checkRun ESLint Check And Formatting
bash
npm run lint:eslint-fixDeveloperment Tools
IDE
We recommend using VSCode for development
Extensions
We recommend these VSCode extensions to enhance your development workflow and experience:
- Vue - Official - Visual Studio Marketplace
- ESLint - Visual Studio Marketplace
- Code Spell Checker - Visual Studio Marketplace
- es6-string-html - Visual Studio Marketplace
- XState VSCode - Visual Studio Marketplace
For a complete list of recommended VSCode extensions, check .vscode/extensions.json