农场 nuxt3实现的大屏界面
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.
 
 
 
wally b231624e9d 细节调整 4 years ago
.idea 细节调整 4 years ago
assets build error 4 years ago
components build error 4 years ago
composables 细节控制 4 years ago
config build error 4 years ago
hooks v1.1 4 years ago
layouts build error 4 years ago
pages v1.1 4 years ago
server v1.1 4 years ago
utils build error 4 years ago
.gitignore 新闻;报警统计;会诊统计;整体布局 4 years ago
.prettierrc 新闻;报警统计;会诊统计;整体布局 4 years ago
README.md init 4 years ago
app.vue 细节控制 4 years ago
nuxt.config.ts 细节调整 4 years ago
package.json 细节调整 4 years ago
tsconfig.json init 4 years ago
yarn.lock 细节调整 4 years ago

README.md

nuxt3 Demo

Nuxt 3 Minimal Starter

We recommend to look at the documentation.

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.