Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dj0nny/vuejs-beginner
Vue.js for dummies :smile:
https://github.com/dj0nny/vuejs-beginner
beginner bulma dummies scss vue vuejs2
Last synced: 7 days ago
JSON representation
Vue.js for dummies :smile:
- Host: GitHub
- URL: https://github.com/dj0nny/vuejs-beginner
- Owner: dj0nny
- Created: 2019-01-07T18:15:58.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-10T16:58:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T10:18:01.491Z (7 months ago)
- Topics: beginner, bulma, dummies, scss, vue, vuejs2
- Language: Vue
- Homepage:
- Size: 2.62 MB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs-beginner ✌
> VueJS for dummies
[![Build Status](https://travis-ci.org/dj0nny/vuejs-beginner.svg?branch=develop)](https://travis-ci.org/dj0nny/vuejs-beginner)
[![Netlify Status](https://api.netlify.com/api/v1/badges/8c1f70c2-4957-4794-b8d4-e9efe0ceee6f/deploy-status)](https://app.netlify.com/sites/tender-yalow-25bbea/deploys)
[![npm version](https://badge.fury.io/js/vue.svg)](https://badge.fury.io/js/vue)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)
A simple project for showing the foundamentals of [Vue.js](https://vuejs.org/)
## OverVue [![start](https://img.shields.io/badge/start%20with-OverVue-brightgreen.svg)](https://img.shields.io/badge/start%20with-OverVue-brightgreen.svg)
**Vue** is a Javascript framework developed by Evan You in 2014. Year after year, the Vue.js community grow and it became one of the most used Javascript framework.
Having used **React** for a long time, I decided that it was time to try something else. My choice falls on Vue.js, as it was a framework I didn't know yet (unlike **Angular**), in a short time I fell in love and supplanted my choice to use React within my projects.
After several months of use, I decided to pick up again this repository (which I created in January 2019) to complete it and add further examples.
## Getting Started
This project was generate using the official [Vue CLI](https://cli.vuejs.org)
### Prerequisites
You must have __Npm__ or __Yarn__ installed on your machine
### Installing
Clone the repository using __Git__:
```bash
git clone https://github.com/dj0nny/vuejs-beginner.git
```Or __download__ the repo [here](https://github.com/dj0nny/vuejs-beginner/archive/develop.zip)
----
For installing the dependencies run:
```bash
npm install
# Or
yarn install
```
At the end type:
```bash
npm run serve
# Or
yarn serve
```
for running the development server at this address: http://localhost:8080**Tip:**
For opening the app inside a new tab, type:
```bash
npm run serve --open
# Or
yarn serve --open
```## Live version
There is a deployed version of this repository on [Netlify](https://www.netlify.com/) at this URL: https://tender-yalow-25bbea.netlify.com/#/
## Built with ❤ using:
* [Vue.js](https://vuejs.org/) - A Javascript framework
* [Bulma](https://bulma.io/) - A modern CSS framework
* [SCSS](https://sass-lang.com/) - CSS preprocessor
* [Axios](https://github.com/axios/axios) - Promise based HTTP client
* [JSONPlaceholder](https://jsonplaceholder.typicode.com/) - Fake Online REST API for Testing## Contributing
Of course Pull Requests for adding features ⇄ and ★ are welcome 😜