多维表格
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.
 
 
 
 
 
 
DarkPhoenix2704 f548dd23fd
feat: support office file types
5 months ago
..
assets feat: pdf viewer with docs support 5 months ago
components feat: support office file types 5 months ago
composables Nc feat: audit logs pagination keyboard shortcuts support (#9065) 5 months ago
context
extensions Nc fix: data exporter extension UI changes (#9005) 6 months ago
helpers Nc fix: rename id column if exist in import table (#8984) 6 months ago
lang feat: formula formatting support (#9048) 5 months ago
layouts
lib Nc fix: data exporter extension UI changes (#9005) 6 months ago
middleware fix: experimental frontend optimizations (#8427) 8 months ago
pages closes: #8910 (#9031) 5 months ago
plugins fix: add telementry to cmd+j (#8981) 6 months ago
public
store Nc feat: audit logs pagination keyboard shortcuts support (#9065) 5 months ago
test
utils feat: support office file types 5 months ago
workers fix: experimental frontend optimizations (#8427) 8 months ago
.eslintrc.js
.gitignore
.prettierrc
LICENSE
README.md
app.vue
components.d.ts [create-pull-request] automated change 5 months ago
github-star.shims.d.ts
httpsnippet-shims.d.ts
nuxt-shim.d.ts
nuxt.config.ts
package.json chore: update sdk path 5 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.