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.
- Implemented CAutoComplete.vue with props for modelValue, options, debounceWait, loading, and more. - Added search functionality with debounce for remote city suggestions. - Created AutoComplete.vue page for documentation and examples. - Updated CSelect.vue to support remote searching and caching of selected values. - Enhanced CMultiSelect.vue to handle object comparisons for selected values. |
1 month ago | |
|---|---|---|
| .vscode | 1 month ago | |
| public | 1 month ago | |
| scripts | 1 month ago | |
| src | 1 month ago | |
| .editorconfig | 1 month ago | |
| .gitattributes | 1 month ago | |
| .gitignore | 1 month ago | |
| .oxlintrc.json | 1 month ago | |
| .prettierrc.json | 1 month ago | |
| AGENTS.md | 1 month ago | |
| README.md | 1 month ago | |
| env.d.ts | 1 month ago | |
| eslint.config.ts | 1 month ago | |
| index.html | 1 month ago | |
| package-lock.json | 1 month ago | |
| package.json | 1 month ago | |
| tsconfig.app.json | 1 month ago | |
| tsconfig.json | 1 month ago | |
| tsconfig.lib.json | 1 month ago | |
| tsconfig.node.json | 1 month ago | |
| tsconfig.vitest.json | 1 month ago | |
| vite.config.ts | 1 month ago | |
| vitest.config.ts | 1 month ago | |
README.md
concise-ui
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
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