Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Imaginarydesign/webdev-checklist

Web designer's checklist app. Built with Vue.js and persistant storage.
https://github.com/Imaginarydesign/webdev-checklist

Last synced: about 1 month ago
JSON representation

Web designer's checklist app. Built with Vue.js and persistant storage.

Awesome Lists containing this project

README

        

# Web designer's checklist

Web designer's checklist app. Built with Vue.js and persistant storage.

![Webdesigner's checklist](https://github.com/Imaginarydesign/webdev-checklist/raw/master/preview.gif)

## Preview

[http://imaginarydesign.github.io/web-check/](http://imaginarydesign.github.io/webdev-checklist/)

## Requirements

- npm
- Gulp
- Bower

## Installation

```sh
$ git clone https://github.com/Imaginarydesign/webdev-checklist.git
$ cd web-check
$ bower install
$ npm install
```
To run locally:

```sh
$ gulp serve
```

## Support

Please [open an issue](https://github.com/Imaginarydesign/webdev-checklist/issues/new) for support.

## Contributing

Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/Imaginarydesign/webdev-checklist/compare/).