多维表格
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.
 
 
 
 
 
 
外号猫哥 8c74c04050 fix i18n for zh_CN 2 years ago
..
assets #1675 css changes 2 years ago
components Merge pull request #1917 from nocodb/webhook-improvements 2 years ago
config Feat/1769 swagger (#1834) 2 years ago
helpers fix: filter out meta table in parser 2 years ago
lang fix i18n for zh_CN 2 years ago
layouts fix: at home - swagger api docs not required. 2 years ago
middleware refactor(gui): update eslint rules 3 years ago
mixins refactor: add api documentation link in project dashboard 2 years ago
pages Merge branch 'develop' into i18n-interpolations 2 years ago
plugins Merge branch 'develop' into refactor/product-analytics 2 years ago
static fix(gui): avoid multiple api call 3 years ago
store chore: fix lint 2 years ago
.editorconfig Xmysql is now NocoDB (An Open Source Airtable alternative) 3 years ago
.eslintrc.json wip: towards v1 2 years ago
.gitignore Xmysql is now NocoDB (An Open Source Airtable alternative) 3 years ago
README.md docs: update README.md 3 years ago
app.html fix: correction in sample test payload - exclude nested data 2 years ago
global.d.ts refactor: product analytics 2 years ago
jsconfig.json chore: add jsonconfig, remove field option from dhared view 3 years ago
license.txt Xmysql is now NocoDB (An Open Source Airtable alternative) 3 years ago
nuxt.config.js fix: set the version from github action 2 years ago
package-lock.json chore: update package-lock.json 2 years ago
package.json chore: change to local path 2 years ago
xc.js chore: fix lint 2 years ago

README.md

nc-gui

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

APIs required

  • DB Operations

    • Table list
    • Column list
    • View list
    • Function list
    • Query execution
    • Trigger, relation list
  • Project Operation

    • API Client Metadata operations
    • Theme options
  • Migration

    • Migration Up
    • Migration Down
    • Migration List
  • First page

    • With DB URL
      • Get Started(P) - /xc/start : Welcome to NocoDB, Looks like you configured databases. Now it's time to setup an admin user. Or it's time to authenticate via Admin secret. No authentication configured access dashboard.
        • With Auth
          • Admin secret
            • Take Admin Secret(P) - /xc/user/authentication/signup
          • JWT
            • Create Admin User(P) - /xc/user/authentication/signup
        • Without Auth
      • Dashboard(P) - /xc/
    • Without DB URL
      • Get Started(P) - /xc/start - Welcome to NocoDB, Let's set up a new project by connecting to database.
        • Create Project(P) - - /xc/project/0
          • Admin secret
            • Take Admin Secret(P) - /xc/user/authentication/signup
          • JWT
            • Create Admin User(P) - /xc/user/authentication/signup
          • Disabled
        • Dashboard(P) - /xc/
    • With Config
      • Get started(P) - /xc/start - Welcome to NocoDB, Now it's time to setup an admin user. Or it's time to authenticate via Admin secret. No authentication configured access dashboard.
        • Dashboard(P) - /xc/
  • Differentiate docker mvc and normal mvc project