农场 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 6ccfd6bca5 v1.1 4 years ago
.idea v1.1 4 years ago
assets/images v1.1 4 years ago
components v1.1 4 years ago
composables 细节控制 4 years ago
config v1.1 4 years ago
hooks v1.1 4 years ago
layouts v1.1 4 years ago
pages v1.1 4 years ago
server v1.1 4 years ago
utils 细节控制 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 map buttons 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.