多维表格
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.
 
 
 
 
 
 
Pranav C 76deee749d feat: hide advanced options in LTAR column creation for xcdb project 1 year ago
..
assets
components feat: hide advanced options in LTAR column creation for xcdb project 1 year ago
composables feat: hide advanced options in LTAR column creation for xcdb project 1 year ago
context fix: hide LTAR expand icon under lookup 1 year ago
lang New translations en.json (Turkish) 1 year ago
layouts
lib Revert "Revert "refactor: timezone"" 2 years ago
middleware
pages fix: Icon as IconifyIcon 1 year ago
plugins feat: solely use id for jobs 1 year ago
public
scripts
store Revert "Revert "refactor: timezone"" 2 years ago
test
utils fix(nc-gui): incorrect regex for testing YYYY-MM-DD HH:mm 2 years ago
.eslintrc.js
.gitignore
.prettierrc
LICENSE
README.md
app.vue
components.d.ts
github-star.shims.d.ts
httpsnippet-shims.d.ts
nuxt-shim.d.ts feat: solely use id for jobs 1 year ago
nuxt.config.ts
package-lock.json chore(deps): bump @antfu/utils, @windicss/plugin-utils, vite-plugin-windicss, unplugin-icons and unplugin-vue-components 1 year ago
package.json chore(deps): bump @antfu/utils, @windicss/plugin-utils, vite-plugin-windicss, unplugin-icons and unplugin-vue-components 1 year 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.