多维表格
 
 
 
 
 
 
Ramesh Mane f0c7b76243
fix(nc-gui): sync option when we select selectType option color (#8767)
7 months ago
..
assets Nc Refactor: dialog modals (#8743) 7 months ago
components fix(nc-gui): sync option when we select selectType option color (#8767) 7 months ago
composables fix: on delete find index using id since index could change while deleting 7 months ago
context Nc test/form view validations (#8548) 7 months ago
helpers fix: avoid marking updated on select (#8741) 7 months ago
lang Nc Refactor: dialog modals (#8743) 7 months ago
layouts Nc fix/mobile view bug fixes (#8670) 7 months ago
lib fix: comment delete not working (#8714) 7 months ago
middleware fix: experimental frontend optimizations (#8427) 8 months ago
pages Nc fix/mobile view bug fixes (#8670) 7 months ago
plugins fix: add a nuxt plugin to handle chunk error 7 months ago
public chore: bump nuxt version 11 months ago
store feat: Notifications (#8622) 7 months ago
test fix(nc-gui): use VueI18nPlugin 1 year ago
utils fix: missing changes (#8724) 7 months ago
workers fix: experimental frontend optimizations (#8427) 8 months ago
.eslintrc.js fix(nc-gui): add '**/typesense-docsearch.js to ignorePatterns 11 months ago
.gitignore
.prettierrc
LICENSE
README.md
app.vue fix: experimental frontend optimizations (#8427) 8 months ago
components.d.ts [create-pull-request] automated change 7 months ago
github-star.shims.d.ts
httpsnippet-shims.d.ts
nuxt-shim.d.ts fix: augment #app rather than #app/nuxt 1 year ago
nuxt.config.ts Nc chore/slow dev (#8616) 7 months ago
package.json chore: update sdk path 7 months ago
tsconfig.json chore: use @nuxt/image 11 months ago
vue-color-shims.d.ts
web-types.json
windi.config.ts Nc Refactor: dialog modals (#8743) 7 months ago

README.md

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.