lrf a5e6ab65ab init | 1 éve | |
---|---|---|
public | 1 éve | |
src | 1 éve | |
.gitignore | 1 éve | |
README.md | 1 éve | |
auto-imports.d.ts | 1 éve | |
components.d.ts | 1 éve | |
index.html | 1 éve | |
midway.config.ts | 1 éve | |
package-lock.json | 1 éve | |
package.json | 1 éve | |
tsconfig.json | 1 éve |
Use this template:
npx degit https://github.com/midwayjs/hooks/examples/vue ./hooks-app
Use npm install
to install the dependencies
npm run dev
: Starts the development servernpm run build
: Builds the application for productionnpm run start
: Runs the application in production modesrc
: source code, include backend and frontend
api
: backend codeothers
: frontend codepublic
: static filesmidway.config.ts
: project configindex.html
: entry file