多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ramesh Mane ef132ff4bd
Merge pull request #8188 from nocodb/nc-feat/update-toolbar-menu-dropdown-with-new-design
8 months ago
..
assets Merge branch 'develop' into nc-feat/update-toolbar-menu-dropdown-with-new-design 8 months ago
components Merge branch 'develop' into nc-feat/update-toolbar-menu-dropdown-with-new-design 8 months ago
composables Merge branch 'develop' into nc-feat/update-toolbar-menu-dropdown-with-new-design 8 months ago
context
helpers Nc feat: update tab title as per view/table/base title (#8017) 8 months ago
lang Merge pull request #8188 from nocodb/nc-feat/update-toolbar-menu-dropdown-with-new-design 8 months ago
layouts
lib Nc feat/form view builder field settings in right pannel and fixed column delete modal virtual cell icon issue (#7927) 8 months ago
middleware fix: allow shared form in iframe 8 months ago
pages fix(nc-gui): survery form - disable on enter move to next question in mobile view (#8191) 8 months ago
plugins
public
store Nc feat: update tab title as per view/table/base title (#8017) 8 months ago
test
utils Nc fix: Update user menu dropdown icons (#8198) 8 months ago
workers
.eslintrc.js
.gitignore
.prettierrc
LICENSE
README.md
app.vue fix: improved and custom version of nuxt errorboundary component 9 months ago
components.d.ts
github-star.shims.d.ts
httpsnippet-shims.d.ts
nuxt-shim.d.ts
nuxt.config.ts fix(nc-gui): long text field alignment in grid cell 9 months ago
package.json chore(renovate): Update patch (#8193) 8 months ago
tsconfig.json
vue-color-shims.d.ts
web-types.json
windi.config.ts feat(nc-gui): update fields menu dropdown with new design 8 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.