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