vue-naive-kanban Tailwind Templates

Vue Naive Kanban

Exploring Vue 3, Naive UI, Pinia, and Tailwind CSS by building kanban task management like Trello.

Kanban Task Management

Exploring Vue 3, Naive UI, Pinia, and Tailwind CSS by building kanban task management like Trello.

Features

  • Vue 3 + Composition API
  • Vue Router
  • Pinia State Management
  • Naive UI for Custom Component
  • Tailwind CSS for Utility Class
  • Mock API with Axios
  • Draggable Cards

Login information

email: [email protected]
password: user

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Project Installation

yarn

# or with npm
npm run install

Compile and Hot-Reload for Development

yarn dev

# or with npm
npm run dev

Type-Check, Compile and Minify for Production

yarn build

# or with npm
npm run build

Lint with ESLint

yarn lint

# or with npm
npm run lint

Top categories

Loading Svelte Themes