Coder Social home page Coder Social logo

albertisernalvarez / vue-telegram Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evankazadaiev/vue-telegram

0.0 0.0 0.0 4.17 MB

Vue telegram client. Not finished.

Home Page: https://vuegram.herokuapp.com/login

JavaScript 34.79% CSS 4.32% HTML 1.29% Vue 59.60%

vue-telegram's Introduction

Vue telegram.

Demo. Make sure you have created telegram app client here.

Technologies/frameworks used:

  1. Vue JS framework.
  2. Vue Cli Command line tools v4.
  3. Vuex State management library.
  4. MTProto Telegram Messenger protocol.
  5. Yarn Package manager.
  6. ESLint Linting.

The instructions below will help you set up the development environment.

Project setup Environment

  1. First you need to obtain API id for telegram:

    • Sign up for Telegram using any application.
    • Log in to your Telegram core: https://my.telegram.org.
    • Go to 'API development tools' and fill out the form.
    • You will get basic addresses as well as the api_id and api_hash parameters required for user authorization.
    • For the moment each number can only have one api_id connected to it.
  2. Make sure you have Vue CLI 4 installed, you can install it by going to Vue website

  3. Clone the repository git clone https://github.com/evankazadaiev/vue-telegram.git

  4. cd vue-telegram

  5. Create a .env file in the project root and set your API_ID and API_HASH there as below:

    • VUE_APP_API_HASH= YOUR API_HASH HERE
    • VUE_APP_API_ID= YOUR API_ID HERE
  6. yarn install to install the dependencies.

  7. yarn serve to compile and hot-reload for development.

  8. Visit http://localhost:8080/ and start developing.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

vue-telegram's People

Contributors

evankazadaiev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.