农场 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 b6c4ecf177 init 4 years ago
.idea init 4 years ago
assets/images init 4 years ago
components/Page init 4 years ago
config init 4 years ago
layouts init 4 years ago
pages init 4 years ago
server/api init 4 years ago
utils init 4 years ago
.gitignore init 4 years ago
README.md init 4 years ago
app.vue init 4 years ago
nuxt.config.ts init 4 years ago
package.json init 4 years ago
tsconfig.json init 4 years ago
yarn.lock init 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.