Giter Club home page Giter Club logo

notes-2-google-doc's Introduction

notes-2-google-doc

Notes to Google Docs

Built using Typescript + Express + Petite Vue + Firebase + Google Vision API.

Run project

From the terminal or command line, launch the application.

npm run start

The TypeScript compiler does the work of generating the JavaScript files and copies them to the dist folder.

Includes tslint library

Instructs TypeScript how to lint your code, to alert you to potential problems in your code beyond syntax issues.

Use npm run build to start TSLint and Typescript compiler without starting Node.js server.

Petite-Vue library

https://github.com/vuejs/petite-vue

petite-vue is an alternative distribution of Vue optimized for progressive enhancement. It provides the same template syntax and reactivity mental model with standard Vue. However, it is specifically optimized for "sprinkling" small amount of interactions on an existing HTML page rendered by a server framework
Petite-vue can be used without a build step. It can be loaded it from a CDN.
  • Petite vue team

Use Firebase for database and User authentication if needed

Using firebase-CLI to make things easier

https://firebase.google.com/docs/cli#setup_update_cli

Install firebase-cli globally.

npm install -g firebase-tools

  • Log into Firebase using your Google account by running the following command:

firebase login

firebase projects:list

Run the following command to initialize Firebase functions:

firebase init functions

notes-2-google-doc's People

Contributors

osman144 avatar

Watchers

James Cloos avatar  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.