An open API service indexing awesome lists of open source software.

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:.

Awesome Lists containing this project

README

          

## Meraki UI blog page

Responsive blog page built it with Merak UI and Vue cli.

[![Netlify Status](https://api.netlify.com/api/v1/badges/de2de530-340e-476f-bdad-11f657d8e01b/deploy-status)](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
```