CKGrafico / Vue-Bingo-Caller

Vue Bingo Caller to use share the results in a physical game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

 

Vue - Boilerplate Features

Build Status GitHub last commit (branch) GitHub license GitHub forks GitHub contributors GitHub 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

  • Install dependencies:

npm install

  • Running tasks on watch mode and serve the app:

npm start

πŸ“š Documentation (boilerplates.js.org) (under construction)

⛳️ Check all the boilerplates

  • basic: Basic SPA example with SCSS and ES6.

  • ts: TypeScript example with SCSS.

  • vue: Vuejs example with SCSS and TypeScript.

  • nuxt: Nuxt example with SCSS and TypeScript.

  • node-ts: Backend and TypeScript example with SCSS and Nodejs.

🎩 Contributors


Quique Fdez Guerra
πŸ‘¨β€πŸ’»πŸŒπŸ¦

Juan Carlos

πŸ‘¨β€πŸ’»πŸŒπŸ¦

Alex Kryzhanovskyy
πŸ‘¨β€πŸ’»πŸŒπŸ¦

Victor Gamez

πŸ‘¨β€πŸ’»

PlainConcepts

πŸ‘¨β€πŸ’»πŸŒπŸ¦

View 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

About

Vue Bingo Caller to use share the results in a physical game.

License:MIT License


Languages

Language:JavaScript 37.0%Language:Vue 27.7%Language:TypeScript 18.7%Language:SCSS 15.4%Language:HTML 1.1%