多维表格
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 7b7ed2b894 chore: move nc-gui to nc-gui-backup 2 years ago
..
assets chore: move nc-gui to nc-gui-backup 2 years ago
components chore: move nc-gui to nc-gui-backup 2 years ago
config chore: move nc-gui to nc-gui-backup 2 years ago
helpers chore: move nc-gui to nc-gui-backup 2 years ago
lang chore: move nc-gui to nc-gui-backup 2 years ago
layouts chore: move nc-gui to nc-gui-backup 2 years ago
middleware chore: move nc-gui to nc-gui-backup 2 years ago
mixins chore: move nc-gui to nc-gui-backup 2 years ago
pages chore: move nc-gui to nc-gui-backup 2 years ago
plugins chore: move nc-gui to nc-gui-backup 2 years ago
static chore: move nc-gui to nc-gui-backup 2 years ago
store chore: move nc-gui to nc-gui-backup 2 years ago
.editorconfig chore: move nc-gui to nc-gui-backup 2 years ago
.eslintrc.json chore: move nc-gui to nc-gui-backup 2 years ago
.gitignore chore: move nc-gui to nc-gui-backup 2 years ago
.prettierignore chore: move nc-gui to nc-gui-backup 2 years ago
.prettierrc.js chore: move nc-gui to nc-gui-backup 2 years ago
README.md chore: move nc-gui to nc-gui-backup 2 years ago
app.html chore: move nc-gui to nc-gui-backup 2 years ago
global.d.ts chore: move nc-gui to nc-gui-backup 2 years ago
jsconfig.json chore: move nc-gui to nc-gui-backup 2 years ago
license.txt chore: move nc-gui to nc-gui-backup 2 years ago
nuxt.config.js chore: move nc-gui to nc-gui-backup 2 years ago
package-lock.json chore: move nc-gui to nc-gui-backup 2 years ago
package.json chore: move nc-gui to nc-gui-backup 2 years ago
xc.js chore: move nc-gui to nc-gui-backup 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