https://github.com/biluohc/origin
瀏覽器首頁/導航頁
https://github.com/biluohc/origin
Last synced: over 1 year ago
JSON representation
瀏覽器首頁/導航頁
- Host: GitHub
- URL: https://github.com/biluohc/origin
- Owner: biluohc
- License: mit
- Created: 2018-02-25T04:12:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T01:31:51.000Z (almost 4 years ago)
- Last Synced: 2023-10-19T05:21:53.948Z (over 2 years ago)
- Language: Vue
- Homepage: https://biluohc.github.io/Origin
- Size: 1.59 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Origin
## Project setup
```
make i
# pnpm run install
```
### Compiles and hot-reloads for development
```
make s
# pnpm run dev
```
### Compiles and minifies for production
```
make b
# pnpm run build
```