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