多维表格
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 899079fa0c fix(nc-gui): revert hide_banner changes on enabling hide nocodb branding 9 months ago
..
assets chore(nc-gui): add crop icon 9 months ago
components fix(nc-gui): revert hide_banner changes on enabling hide nocodb branding 9 months ago
composables fix(nc-gui): form view column meta missing issue 9 months ago
context
helpers
lang fix(nc-gui): add form banner & logo delete option 9 months ago
layouts chore(nc-gui): lint 9 months ago
lib fix(nc-gui): refactor calendar views 10 months ago
middleware fix: PR requested change 10 months ago
pages fix(nc-gui): update font weight and size of form subheading, field title, helper text 9 months ago
plugins
public chore: bump nuxt version 10 months ago
store
test
utils chore(nc-gui): lint 9 months ago
workers
.eslintrc.js fix(nc-gui): add '**/typesense-docsearch.js to ignorePatterns 9 months ago
.gitignore
.prettierrc
LICENSE
README.md
app.vue
components.d.ts [create-pull-request] automated change 9 months ago
github-star.shims.d.ts
httpsnippet-shims.d.ts
nuxt-shim.d.ts
nuxt.config.ts fix: enable experimental props destructuring 10 months ago
package.json chore: update sdk path 9 months ago
tsconfig.json chore: use @nuxt/image 10 months ago
vue-color-shims.d.ts
web-types.json
windi.config.ts style(nc-gui): fix typo in `transition-colors` css class 9 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.