多维表格
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.
 
 
 
 
 
 
Wing-Kam Wong fad28a45cb fix(gui-v2): disable share button in some pages 2 years ago
..
assets
components Merge branch 'develop' into feat/gui-v2-misc 2 years ago
composables Merge branch 'develop' into feat/gui-v2-misc 2 years ago
context
lang
layouts fix(gui-v2): disable share button in some pages 2 years ago
lib
middleware
pages chore(gui-v2): lint & cleanup 2 years ago
plugins fix(gui-v2): prod build 2 years ago
public
test
utils fix(gui-v2): prod build 2 years ago
.eslintrc.js
.gitignore
.prettierrc
README.md
app.vue
components.d.ts Merge branch 'develop' into feat/gui-v2-misc 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 fix(gui-v2): disable httpsnippet library 2 years ago
package-lock.json fix(gui-v2): prod build 2 years ago
package.json fix(gui-v2): prod build 2 years ago
tsconfig.json
vue-color-shims.d.ts chore(gui-v2): cleanup typecheck issues 2 years ago
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.