https://github.com/merakiuilabs/blog-page-example
Blog page built with Meraki UI components :headphones:.
https://github.com/merakiuilabs/blog-page-example
tailwindcss tailwindcss-ui
Last synced: 9 months ago
JSON representation
Blog page built with Meraki UI components :headphones:.
- Host: GitHub
- URL: https://github.com/merakiuilabs/blog-page-example
- Owner: merakiuilabs
- License: mit
- Created: 2020-02-06T10:01:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T00:31:31.000Z (almost 5 years ago)
- Last Synced: 2024-08-21T12:22:30.976Z (over 1 year ago)
- Topics: tailwindcss, tailwindcss-ui
- Language: Vue
- Homepage: https://merakiui-blog-example.netlify.app/
- Size: 1.36 MB
- Stars: 52
- Watchers: 2
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Meraki UI blog page
Responsive blog page built it with Merak UI and Vue cli.
[](https://app.netlify.com/sites/merakapp-blog/deploys)
## Project setup
Clone Repo
```
git@github.com:merakiui/blog.git
```
Open Folder
```
cd blog
```
Install NPM Modules
```
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
```