Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jwcook/nuxt-demo


https://github.com/jwcook/nuxt-demo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# MICSS
Test site for learning purposes. Demo: https://micss-draft.netlify.app

## Setup
```bash
# Install dependencies
$ npm install

# Serve with hot reload at localhost:3000
$ npm run dev

# Generate static site
$ npm run generate
```

## Reference
### Template
* Repo: https://github.com/danielkellyio/awake-template
* Demo: https://awake-template.netlify.app/

### CMS
* Netlify CMS docs: https://www.netlifycms.org/docs/configuration-options/
* Example config: https://github.com/netlify/netlify-cms/blob/master/dev-test/config.yml

### Markup
* https://github.com/markdown-it/markdown-it
* https://spec.commonmark.org/0.30/
* Example: https://github.com/danielkellyio/awake-template/blob/master/content/posts/post-markup-and-formatting.md

### Nuxt.js
* https://nuxtjs.org/docs/directory-structure
* https://nuxtjs.org/guide/routing
* https://nuxtjs.org/guide/plugins
* https://nuxtjs.org/guide/views
* https://nuxtjs.org/guide/assets#webpacked
* https://purgecss.com/configuration.html

### Axios
* https://axios.nuxtjs.org/usage
* https://axios.nuxtjs.org/options