多维表格
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 c1dca10aca fix(gui-v2): pass attachment and LTAR data properly 2 years ago
..
assets refactor(gui-v2): project list page style fixes 2 years ago
components fix(gui-v2): maintain the sort order 2 years ago
composables fix(gui-v2): pass attachment and LTAR data properly 2 years ago
context fix(gui-v2): shared form view with password 2 years ago
lang fix: i18n update (database) 2 years ago
layouts fix/added shared view layout 2 years ago
lib refactor/gui-v2-Share view added group filter 2 years ago
middleware fix(gui-v2): remove unnecessary watchEffect 2 years ago
pages fix(gui-v2): shared form view with password 2 years ago
plugins fix(gui-v2): prod build 2 years ago
public
test
utils refactor/fixed url generation for swagger 2 years ago
.eslintrc.js chore(gui-v2): update eslint config 2 years ago
.gitignore
.prettierrc
README.md
app.vue chore(gui-v2): update layout structure 2 years ago
components.d.ts fix : icons 2 years ago
httpsnippet-shims.d.ts chore(gui-v2): cleanup typecheck issues 2 years ago
just-clone-shims.d.ts chore(gui-v2): add shims for 'just-clone' pkg 2 years ago
nuxt-shim.d.ts
nuxt.config.ts refactor(gui-v2): show sidebar toggle on hover 2 years ago
package-lock.json feat(gui-v2): add shared form view 2 years ago
package.json feat(gui-v2): add shared form view 2 years ago
tsconfig.json chore(gui-v2): imports cleanup 2 years ago
vue-color-shims.d.ts chore(gui-v2): cleanup typecheck issues 2 years ago
windi.config.ts refactor(gui-v2): refactor tree view styles and replace scrollbar color 2 years 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.