多维表格
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.
 
 
 
 
 
 
Raju Udava 4a14308478
Merge pull request #6600 from nocodb/nc-fix/form
12 months ago
..
assets fix: icon 12 months ago
components Merge pull request #6600 from nocodb/nc-fix/form 12 months ago
composables fix: expanded form ui changes 12 months ago
context refactor: rename project and base 12 months ago
ee/assets/img fix: fields menu 12 months ago
helpers/parsers refactor: rename project and base 12 months ago
lang fix(nc-gui): Improved copy record url button 12 months ago
layouts refactor: rename project and base 12 months ago
lib fix(nc-gui): Fixed issue with create data source btn issue 12 months ago
middleware feat: continue after signin 12 months ago
pages feat: continue after signin 12 months ago
plugins refactor: rename project and base 12 months ago
public refactor: rename project and base 12 months ago
store fix: rename variable 12 months ago
test
utils fix: added maroon color to design system 12 months ago
workers
.eslintrc.js
.gitignore
.prettierrc
LICENSE
README.md
app.vue
components.d.ts fix: resdesign user management 12 months ago
github-star.shims.d.ts
httpsnippet-shims.d.ts
nuxt-shim.d.ts refactor: rename project and base 12 months ago
nuxt.config.ts fix: lookup logo 12 months ago
package.json fix: downgraded http snippet 12 months ago
tsconfig.json
vue-color-shims.d.ts
web-types.json
windi.config.ts fix: added maroon color to design system 12 months 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.