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