transtone / nuxt3-vxe-table-debugger

debug vxe-grid toggleCheckboxRow

Home Page:https://nuxt3-starter-repo.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Starter

๐Ÿ’š A Better Nuxt 3 starter template

Preview

Features

  • ๐ŸŽจ @unocss/nuxt - UnoCSS Instant On-demand Atomic CSS Engine
  • ๐Ÿคน unplugin-icons - Use icons from any iconsets
  • ๐Ÿ @pinia/nuxt - Using Pinia with Nuxt.js 3
  • ๐Ÿ› ๏ธ @vueuse/nuxt3 - This is an add-on of VueUse, which provides better Nuxt integration auto-import capabilities.

Use the Template

GitHub Template

create a repo from this template on GitHub

Clone to local

$> npx nuxi init -t nuxtbase/nuxt3-starter my-nuxt3-app
$> ๐ŸŽ‰  Another rad Nuxt project just made! Next steps:
$>
$>    ๐Ÿ“  `cd my-nuxt3-app`
$>
$>    ๐Ÿ’ฟ  Install dependencies with `npm install` or `yarn install`
$>
$>    ๐Ÿš€  Start development server with `npm run dev` or `yarn dev`

Setup

Installation

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3088

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

Related Template

  • vue3-starter - ๐Ÿ–– A Better Vue 3 Starter Template๏ผŒgenerate by create-vue.

License

MIT @xiaoluoboding

About

debug vxe-grid toggleCheckboxRow

https://nuxt3-starter-repo.netlify.app/

License:MIT License


Languages

Language:Vue 38.0%Language:JavaScript 26.4%Language:SCSS 19.3%Language:TypeScript 14.2%Language:CSS 2.1%