You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
fandi.susanto.bts 630e684132 Add New Component creation guide to AGENTS.md 1 month ago
.vscode Create vue project 1 month ago
public Create vue project 1 month ago
scripts feat: add emoji search aliases and icon catalog components 1 month ago
src CProgressBar 1 month ago
.editorconfig Create vue project 1 month ago
.gitattributes Create vue project 1 month ago
.gitignore Create vue project 1 month ago
.oxlintrc.json Create vue project 1 month ago
.prettierrc.json Create vue project 1 month ago
AGENTS.md Add New Component creation guide to AGENTS.md 1 month ago
README.md Create vue project 1 month ago
env.d.ts Create vue project 1 month ago
eslint.config.ts Create vue project 1 month ago
index.html Create vue project 1 month ago
package-lock.json feat: add emoji search aliases and icon catalog components 1 month ago
package.json feat: add emoji search aliases and icon catalog components 1 month ago
tsconfig.app.json Create vue project 1 month ago
tsconfig.json Create vue project 1 month ago
tsconfig.lib.json feat: add emoji search aliases and icon catalog components 1 month ago
tsconfig.node.json Create vue project 1 month ago
tsconfig.vitest.json Create vue project 1 month ago
vite.config.ts Setup vite config and package json 1 month ago
vitest.config.ts feat: add emoji search aliases and icon catalog components 1 month ago

README.md

concise-ui

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

VS Code + Vue (Official) (and disable Vetur).

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

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

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint