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: about 2 months 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: 2024-09-14T12:59:02.000Z (4 months ago)
- Last Synced: 2024-09-14T23:05:25.456Z (4 months ago)
- Topics: blog, contentful, github-actions, heroku, typescript, vite, vue
- Language: Vue
- Homepage: https://mkw-blog.herokuapp.com/
- Size: 3.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
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
```