多维表格
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 6e753e336c fix: font-rendering issues in safari 3 months ago
..
assets fix: font-rendering issues in safari 3 months ago
components fix: refactor available feed trigger fix: handle twitter error 3 months ago
composables fix: refactor available feed trigger fix: handle twitter error 3 months ago
context Nc feat: form view conditional fields (#9433) 3 months ago
extensions
helpers issue#9417 fix text to numerical type conversion ignores negatives (#9418) 4 months ago
lang feat: scripts wip 3 months ago
layouts fix: disbale toolbar and top bar 3 months ago
lib fix: pr review changes 3 months ago
middleware fix: clear store values only after redirecting to SignIn page (#9412) 4 months ago
pages feat: feed wip 3 months ago
plugins fix: updated changelog 3 months ago
public
store fix: hover effects fix: some bugs 3 months ago
test
utils fix: update icons. 3 months ago
workers
.eslintrc.js
.gitignore
.prettierrc
LICENSE
README.md
app.vue feat: single query command palette & dedicated cache (#9522) 3 months ago
components.d.ts
github-star.shims.d.ts
httpsnippet-shims.d.ts
nuxt-shim.d.ts
nuxt.config.ts
package.json fix: sync dependencies 3 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.