Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckgrafico/vue-bingo-caller
Vue Bingo Caller to use share the results in a physical game.
https://github.com/ckgrafico/vue-bingo-caller
Last synced: 15 days ago
JSON representation
Vue Bingo Caller to use share the results in a physical game.
- Host: GitHub
- URL: https://github.com/ckgrafico/vue-bingo-caller
- Owner: CKGrafico
- License: mit
- Created: 2018-11-24T14:48:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T23:47:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T03:23:59.931Z (29 days ago)
- Language: JavaScript
- Size: 4.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend Boilerplates
Some examples of **good practises**, **tips**, and **boilerplates** that I like to follow. You will find the different technologies separated by branches and I will add more examples in the future, helped by the contributors.[](https://github.com/CKGrafico/Frontend-Boilerplates/tree/basic#frontend-boilerplates)
[](https://github.com/CKGrafico/Frontend-Boilerplates/tree/ts#frontend-boilerplates)
[](https://github.com/CKGrafico/Frontend-Boilerplates/tree/vue#frontend-boilerplates)
[](https://github.com/CKGrafico/Frontend-Boilerplates/tree/nuxt#frontend-boilerplates)
[](https://github.com/CKGrafico/Frontend-Boilerplates/tree/node-ts#frontend-boilerplates)Â
## Vue - Boilerplate Features
[![Build Status](https://travis-ci.org/CKGrafico/Frontend-Boilerplates.svg?branch=vue)](https://travis-ci.org/CKGrafico/Frontend-Boilerplates)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/CKGrafico/Frontend-Boilerplates/vue.svg)
[![GitHub license](https://img.shields.io/github/license/CKGrafico/Frontend-Boilerplates.svg)](https://github.com/CKGrafico/Frontend-Boilerplates/blob/vue/LICENSE)
[![GitHub forks](https://img.shields.io/github/forks/CKGrafico/Frontend-Boilerplates.svg)](https://github.com/CKGrafico/Frontend-Boilerplates/network)
![GitHub contributors](https://img.shields.io/github/contributors/CKGrafico/Frontend-Boilerplates.svg)
[![GitHub issues](https://img.shields.io/github/issues/CKGrafico/Frontend-Boilerplates.svg)](https://github.com/CKGrafico/Frontend-Boilerplates/issues)On this boilerplate you can find:
- **Vue:** The progressive JavaScript framework.
- **TypeScript:** All the code uses TypeScript.
- **SASS:** Scss structure with good practises.
- **Linting:** Linting for JavaScript and SASS.
- **BEM (Non strict) + BEMIT:** Some conventions for CSS classes.## đŠ Starting the project
- Get the boilerplate
> [Download ZIP](https://github.com/CKGrafico/Frontend-Boilerplates/archive/vue.zip)- Install dependencies:
> npm install- Running tasks on watch mode and serve the app:
> npm start## đ Documentation ([boilerplates.js.org](https://boilerplates.js.org/)) (under construction)
- [âŠī¸ Project structure](https://boilerplates.js.org/)
- [âī¸ Configuring automated tasks](https://boilerplates.js.org/)
- [⥠Extending Gulp and Webpack](https://boilerplates.js.org/)## âŗī¸ Check all the boilerplates
- **[basic:](https://github.com/CKGrafico/Frontend-Boilerplates/tree)** **Basic SPA** example with SCSS and ES6.
- **[ts:](https://github.com/CKGrafico/Frontend-Boilerplates/tree/ts)** **TypeScript** example with SCSS.
- **[vue:](https://github.com/CKGrafico/Frontend-Boilerplates/tree/vue)** **Vuejs** example with SCSS and TypeScript.
- **[nuxt:](https://github.com/CKGrafico/Frontend-Boilerplates/tree/nuxt)** **Nuxt** example with SCSS and TypeScript.
- **[node-ts:](https://github.com/CKGrafico/Frontend-Boilerplates/tree/node-ts)** **Backend and TypeScript** example with SCSS and Nodejs.
## đŠ Contributors
|
**Quique Fdez Guerra**
[đ¨âđģ](https://github.com/CKGrafico)[đ](http://ckgrafico.com)[đĻ](https://twitter.com/CKGrafico) |
**Juan Carlos
**
[đ¨âđģ](https://github.com/jcarloslr10)[đ](http://plainconcepts.com)[đĻ](https://twitter.com/jcarloslr10) |
**Alex Kryzhanovskyy**
[đ¨âđģ](https://github.com/AlexKryzh)[đ](http://kryzh.com)[đĻ](https://twitter.com/AlexKryzh) |
**Victor Gamez
**
[đ¨âđģ](https://github.com/VGamezz19) |
**PlainConcepts
**
[đ¨âđģ](https://github.com/PlainConcepts)[đ](http://plainconcepts.com)[đĻ](https://twitter.com/PlainConcepts)|
| :---: | :---: | :---: | :---: | :---: |[View Contributors](https://github.com/CKGrafico/Frontend-Boilerplates/graphs/contributors)
## đ License
(The MIT License)
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.**[âŦī¸ back to top](#frontend-boilerplates)**