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