Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phillipmwaniki/medium-clone
Medium Clone with Vue3
https://github.com/phillipmwaniki/medium-clone
Last synced: 4 days ago
JSON representation
Medium Clone with Vue3
- Host: GitHub
- URL: https://github.com/phillipmwaniki/medium-clone
- Owner: PhillipMwaniki
- Created: 2020-11-28T08:32:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T10:04:20.000Z (about 4 years ago)
- Last Synced: 2024-11-09T07:35:09.754Z (about 2 months ago)
- Language: CSS
- Size: 175 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# medium-clone
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).