8000 GitHub - Normal-OJ/pyShare-fe: mirrored repo from https://gitlab.com/pyshare/frontend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Normal-OJ/pyShare-fe

Repository files navigation

frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Folder structure

/src

All the source code

/src/api

The Axios instance & Endpoints, all APIs to backend are here

/src/views

Page level vue components, coresponding url please refer /src/router/index.ts

/src/components

Non-page level components

/.hushy

pre-commit & pre-push hook scripts

0