多维表格
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.
 
 
 
 
 
 
Wing-Kam Wong 1e861fca6b feat: replace v1 workflow files by v2 2 years ago
..
assets refactor(gui-v2): reduce navbar height 2 years ago
components Merge pull request #3481 from nocodb/fix/3459-theme-palette 2 years ago
composables fix: use events instead of watch for color handling 2 years ago
context fix/Added creating a new record and opening expanded form when clicking on the Add new row button 2 years ago
lang refactor: i18n updates 2 years ago
layouts test: cy-marker for shared view header 2 years ago
lib refactor(gui-v2): lock menu style 2 years ago
middleware fix(gui-v2): show error message when accessing projects with insufficient permissions 2 years ago
pages fix: project list color badge 2 years ago
plugins fix(gui-v2): make i18n globally available outside setup 2 years ago
public fix(gui-v2): favicon.ico 2 years ago
scripts chore(gui-v2): add a workaround to avoid redirecting to `#/` on load 2 years ago
test feat(gui-v2,testing): add vitest and a simple component test 2 years ago
utils enhancement(gui-v2): provide new set of project theme colors 2 years ago
.eslintrc.js chore(gui-v2): update eslint config 2 years ago
.gitignore feat: nuxt3 basic setup 2 years ago
.prettierrc feat(gui-v2,deps): add prettier 2 years ago
README.md feat: nuxt3 basic setup 2 years ago
app.vue feat(gui-v2): persist theme colors and add picker for accent 2 years ago
components.d.ts refactor(gui-v2): minor ui updates 2 years ago
github-star.shims.d.ts refactor(gui-v2): remove unnecessary github button component and add shims 2 years ago
httpsnippet-shims.d.ts chore(gui-v2): cleanup typecheck issues 2 years ago
just-clone-shims.d.ts chore(gui-v2): add shims for 'just-clone' pkg 2 years ago
nuxt-shim.d.ts fix(gui-v2): teleport warning on shared view form 2 years ago
nuxt.config.ts chore(gui-v2): lint 2 years ago
package-lock.json fix(gui-v2): bring back http snippet and resolve build issues 2 years ago
package.json feat: replace v1 workflow files by v2 2 years ago
tsconfig.json chore(gui-v2): imports cleanup 2 years ago
vue-color-shims.d.ts chore(gui-v2): cleanup typecheck issues 2 years ago
windi.config.ts fix(gui-v2): windi ring colors 2 years 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.