Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwcook/nuxt-demo
https://github.com/jwcook/nuxt-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwcook/nuxt-demo
- Owner: JWCook
- License: mit
- Created: 2021-05-28T02:11:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T20:14:59.000Z (6 months ago)
- Last Synced: 2024-10-15T13:47:31.212Z (3 months ago)
- Language: Vue
- Size: 6.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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