lrf a5e6ab65ab init | il y a 1 an | |
---|---|---|
public | il y a 1 an | |
src | il y a 1 an | |
.gitignore | il y a 1 an | |
README.md | il y a 1 an | |
auto-imports.d.ts | il y a 1 an | |
components.d.ts | il y a 1 an | |
index.html | il y a 1 an | |
midway.config.ts | il y a 1 an | |
package-lock.json | il y a 1 an | |
package.json | il y a 1 an | |
tsconfig.json | il y a 1 an |
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