lrf a5e6ab65ab init | пре 1 година | |
---|---|---|
public | пре 1 година | |
src | пре 1 година | |
.gitignore | пре 1 година | |
README.md | пре 1 година | |
auto-imports.d.ts | пре 1 година | |
components.d.ts | пре 1 година | |
index.html | пре 1 година | |
midway.config.ts | пре 1 година | |
package-lock.json | пре 1 година | |
package.json | пре 1 година | |
tsconfig.json | пре 1 година |
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