Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosmgco/tldr-web
tldr web page. based on Vue.js and ElementUI
https://github.com/kosmgco/tldr-web
tldr tldr-pages
Last synced: 2 months ago
JSON representation
tldr web page. based on Vue.js and ElementUI
- Host: GitHub
- URL: https://github.com/kosmgco/tldr-web
- Owner: kosmgco
- License: mit
- Created: 2020-01-09T02:50:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:59:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T05:16:50.418Z (almost 2 years ago)
- Topics: tldr, tldr-pages
- Language: Vue
- Homepage: https://tldr.ooops.me
- Size: 2.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tldr-web
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).