多维表格
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 4a7e3987e8 misc: reorder integrations 4 months ago
..
assets Nc fix/integration minor changes (#9184) 4 months ago
components fix: extension items (#9216) 4 months ago
composables fix: extension items (#9216) 4 months ago
context fix: Extensions TBD work items (#8986) 5 months ago
extensions fix: extension items (#9216) 4 months ago
helpers
lang New translations en.json (Japanese) (#9197) 4 months ago
layouts
lib Nc fix/integration minor changes (#9184) 4 months ago
middleware
pages Nc fix(nc-gui): Hide pre-filled fields form submit issue (#9182) 4 months ago
plugins fix: Miscellaneous bugs (#9149) 4 months ago
public chore: migrate to aws sdk v3 (#9104) 4 months ago
store Nc feat/integrations (#8903) 4 months ago
test
utils misc: reorder integrations 4 months ago
workers
.eslintrc.js
.gitignore
.prettierrc
LICENSE
README.md
app.vue fix: ResizeObserver bug and missing error handler 4 months ago
components.d.ts [create-pull-request] automated change 4 months ago
github-star.shims.d.ts
httpsnippet-shims.d.ts
nuxt-shim.d.ts
nuxt.config.ts
package.json fix: extension items (#9216) 4 months ago
tsconfig.json
vue-color-shims.d.ts
web-types.json
windi.config.ts

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.