多维表格
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.
 
 
 
 
 
 
mertmit d7df473be8 fix: gallery view css 2 years ago
..
assets fix(gui-v2): relocate images 2 years ago
components fix: gallery view css 2 years ago
composables feat: pick project theme from badge 2 years ago
context
lang
layouts test: cy-marker for shared view header 2 years ago
lib
middleware
pages fix: project color badge add hover effect 2 years ago
plugins fix(gui-v2): load modal component on load 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
utils fix: type for extra parameters 2 years ago
.eslintrc.js
.gitignore
.prettierrc
README.md
app.vue
components.d.ts Merge pull request #3368 from nocodb/feat/3345-project-theme 2 years ago
github-star.shims.d.ts
httpsnippet-shims.d.ts
just-clone-shims.d.ts
nuxt-shim.d.ts fix(gui-v2): teleport warning on shared view form 2 years ago
nuxt.config.ts fix(gui-v2): favicon.ico 2 years ago
package-lock.json fix(gui-v2): update invite url 2 years ago
package.json chore(gui-v2): update nuxt package after install to work with hash based routing 2 years ago
tsconfig.json
vue-color-shims.d.ts
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.