暫無描述

lrf a5e6ab65ab init 1 年之前
public a5e6ab65ab init 1 年之前
src a5e6ab65ab init 1 年之前
.gitignore a5e6ab65ab init 1 年之前
README.md a5e6ab65ab init 1 年之前
auto-imports.d.ts a5e6ab65ab init 1 年之前
components.d.ts a5e6ab65ab init 1 年之前
index.html a5e6ab65ab init 1 年之前
midway.config.ts a5e6ab65ab init 1 年之前
package-lock.json a5e6ab65ab init 1 年之前
package.json a5e6ab65ab init 1 年之前
tsconfig.json a5e6ab65ab init 1 年之前

README.md

hooks-vue-starter

Use this template:

npx degit https://github.com/midwayjs/hooks/examples/vue ./hooks-app

Use npm install to install the dependencies

Commands

  • npm run dev: Starts the development server
  • npm run build: Builds the application for production
  • npm run start: Runs the application in production mode

File Structure

  • src: source code, include backend and frontend
    • api: backend code
    • others: frontend code
  • public: static files
  • midway.config.ts: project config
  • index.html: entry file