Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 549 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 549 Bytes

hooks-vue-starter

Use this hooks-app:

git clone https://github.com/less-js/midway-hooks-app.git

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