Git Product home page Git Product logo

line-pos's Introduction

line-pos

A POS(Point of Sale) system for a shop name “Little Brown Book Shop”

alt screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Environment Variables

You can specify env variables by placing the following files in your project root. See more infomation in .env file.

.env                # loaded in all cases
.env.local          # loaded in all cases, ignored by git
.env.test           # only loaded in test mode
.env.production     # only loaded in production mode

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Deployment

Here is an example command to deploy to Google Cloud Platform. To set up from start, please read Deploying a containerized web application

export PROJECT_ID="$(gcloud config get-value project -q)"

docker build -t gcr.io/${PROJECT_ID}/line-pos:v1.5.1 .

docker push gcr.io/${PROJECT_ID}/line-pos:v1.5.1

kubectl set image deployment/line-pos-web line-pos-web=gcr.io/${PROJECT_ID}/line-pos:v1.5.1

Customize configuration

See Configuration Reference.

line-pos's People

Contributors

vinboxx avatar dependabot[bot] avatar

Watchers

 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.