Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Imaginarydesign/webdev-checklist
- Owner: Imaginarydesign
- Created: 2016-05-31T04:51:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T03:48:57.000Z (over 7 years ago)
- Last Synced: 2024-08-04T01:11:19.963Z (5 months ago)
- Language: JavaScript
- Homepage: http://imaginarydesign.github.io/webdev-checklist/
- Size: 1.07 MB
- Stars: 140
- Watchers: 9
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-checklists - Project checklist - Web designer's checklist app (Checklists / Software Development)
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/).