多维表格
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.
 
 
 
 
 
 
Pranav C 55069ab18e refactor(gui): update logo in project list(remove) and shared form 2 years ago
..
assets refactor(gui): update with new icon 2 years ago
components Merge pull request #3835 from nocodb/refactor/icon-update 2 years ago
composables refactor(nc-gui): filter attachment and ltar cells from copy 2 years ago
context
lang
layouts fix(nc-gui): toggle left sidebar state on mount 2 years ago
lib chore(nc-gui): update permissions constant & types 2 years ago
middleware fix(nc-gui): refactor issues 2 years ago
pages refactor(gui): update logo in project list(remove) and shared form 2 years ago
plugins refactor(nc-gui): use global api instance in state plugin 2 years ago
public refactor(gui): update with new icon 2 years ago
scripts
test
utils fix(nc-gui): check if sheet exists on name generation 2 years ago
.eslintrc.js
.gitignore
.prettierrc
README.md
app.vue revert(nc-gui): show spinner 2 years ago
components.d.ts fix(nc-gui): useTabs not redirecting correctly 2 years ago
github-star.shims.d.ts
httpsnippet-shims.d.ts
just-clone-shims.d.ts
nuxt-shim.d.ts
nuxt.config.ts chore(nc-gui): cleanup 2 years ago
package-lock.json
package.json
tsconfig.json
vue-color-shims.d.ts
web-types.json
windi.config.ts

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.