Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alstormyk/asksite

A sanitized version of askcreative.space
https://github.com/alstormyk/asksite

blog bulma ecwid netlify netlify-cms nuxt nuxtent nuxtjs pwa template

Last synced: about 1 month ago
JSON representation

A sanitized version of askcreative.space

Awesome Lists containing this project

README

        

# asksite

>A template of the [Amy Storm Kosman creative website](https://www.askcreative.space)
The fonts don't need to be in two places. I did that as an example of using the static and asset directory.

The template is for a [PWA](https://github.com/nuxt-community/pwa-module)

Score for this repo..

![](https://asksite.netlify.com/asksitepwa05-10-18.png)

Score for askcreative.space...

![](https://asksite.netlify.com/askcreativepwa2018-05-10.png)

This template has a [Nuxtent](https://github.com/nuxt-community/nuxtent-module) powered blog. [Nuxt-Netlify-CMS](https://github.com/medfreeman/nuxt-netlify-cms-module) is included.
Styled with [Bulma](https://bulma.io/), [Nuxt-Bulma-Slim](https://github.com/mustardamus/nuxt-bulma-slim), and [Bulma Timeline](https://github.com/Wikiki/bulma-timeline).
Lastly it also includes the [Sitemap Module](https://github.com/nuxt-community/sitemap-module).

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/askcreative/asksite)

## Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

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

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).