jsandovalc / 1-1

1+1: Simple interactive calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1+1

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Python

# Install dependencies
pipenv install

# Run shell in venv
pipenv shell

# Run service
python run.py

Now go to localhost:5000

About

1+1: Simple interactive calculator


Languages

Language:CSS 66.0%Language:JavaScript 28.5%Language:Vue 3.1%Language:Python 1.5%Language:HTML 0.8%