Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenjiwilkins/kw-blog-client
A blog to display articles from CMS
https://github.com/kenjiwilkins/kw-blog-client
blog contentful github-actions heroku typescript vite vue
Last synced: 22 days ago
JSON representation
A blog to display articles from CMS
- Host: GitHub
- URL: https://github.com/kenjiwilkins/kw-blog-client
- Owner: kenjiwilkins
- Created: 2022-12-29T01:03:18.000Z (about 2 years ago)
- Default Branch: develop-v1.2.30
- Last Pushed: 2025-01-11T14:06:58.000Z (about 1 month ago)
- Last Synced: 2025-01-11T15:21:03.866Z (about 1 month ago)
- Topics: blog, contentful, github-actions, heroku, typescript, vite, vue
- Language: Vue
- Homepage: https://mkw-blog.herokuapp.com/
- Size: 1.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kw-blog-client
A Vite + Vue3 webapp to serve blog content of myself
- Production: http://www.kenji-wilkins.blog/
- StoryBook(of default branch): https://kenjiwilkins.github.io/kw-blog-client/# Architecture
- Build Tool -> Vite
- UI Library -> Vue3
- Deploy platform -> heroku
- Backend -> Express
- API -> contentful
- Monitoring -> Sentry
- Unit test -> Vitest + vue test utils (TBD)
- E2E Cypress (TBD)## Getting Started
### install packages
```
yarn
```### run dev server
```
yarn dev
```### build
```
yarn build
```### serve
```
yarn serve
```