智慧教务系统 PHP-NiuCloud框架开发
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.
 
 
 
 
 
 
liutong c45ce055dd feat(zhjw): 添加智慧教务系统插件 2 years ago
..
addon feat(zhjw): 添加智慧教务系统插件 2 years ago
app feat(zhjw): 添加智慧教务系统插件 2 years ago
assets feat(zhjw): 添加智慧教务系统插件 2 years ago
components feat(zhjw): 添加智慧教务系统插件 2 years ago
composables feat(zhjw): 添加智慧教务系统插件 2 years ago
env feat(zhjw): 添加智慧教务系统插件 2 years ago
lang feat(zhjw): 添加智慧教务系统插件 2 years ago
layouts feat(zhjw): 添加智慧教务系统插件 2 years ago
middleware feat(zhjw): 添加智慧教务系统插件 2 years ago
plugins feat(zhjw): 添加智慧教务系统插件 2 years ago
public feat(zhjw): 添加智慧教务系统插件 2 years ago
stores feat(zhjw): 添加智慧教务系统插件 2 years ago
types feat(zhjw): 添加智慧教务系统插件 2 years ago
utils feat(zhjw): 添加智慧教务系统插件 2 years ago
.gitignore feat(zhjw): 添加智慧教务系统插件 2 years ago
.npmrc feat(zhjw): 添加智慧教务系统插件 2 years ago
README.md feat(zhjw): 添加智慧教务系统插件 2 years ago
app.vue feat(zhjw): 添加智慧教务系统插件 2 years ago
nuxt.config.ts feat(zhjw): 添加智慧教务系统插件 2 years ago
package-lock.json feat(zhjw): 添加智慧教务系统插件 2 years ago
package.json feat(zhjw): 添加智慧教务系统插件 2 years ago
publish.cjs feat(zhjw): 添加智慧教务系统插件 2 years ago
tsconfig.json feat(zhjw): 添加智慧教务系统插件 2 years ago
windi.config.ts feat(zhjw): 添加智慧教务系统插件 2 years ago

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

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

Check out the deployment documentation for more information.