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 a50770f646 feat: add emoji search aliases and icon catalog components
- Created `emoji-search-aliases.ts` to define aliases for emojis.
- Added `icon-catalog.ts` to maintain a catalog of icons with their names and categories.
- Introduced `glyph-demo.scss` for styling the glyph demo page.
- Implemented routing in `index.ts` for component navigation.
- Added base styles in `demo.css` for consistent layout and button styles.
- Updated TypeScript configuration to include component types.
- Modified Vitest configuration for improved testing setup.
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 feat: add emoji search aliases and icon catalog components 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 feat: add emoji search aliases and icon catalog components 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