Skip to content

CALEOS/caleos-canvas

Repository files navigation

caleos-canvas

A pixel painting dApp on the Telos blockchain using Vue + webpack

Dependencies

npm version 6.1.0^
node version 9.4.0^

Installation

clone repository
git clone https://github.com/CALEOS/caleos-canvas.git

navigate to project root directory
cd caleos-canvas

install project dependencies
npm install

Running caleos-canvas

run dev build with hot-reloading
npm run dev

run linter
npm run lint

run linter auto-fix
npm run lint:fix

Running Tests

run jest tests
npm run test

File Structure

├── ...
├──assets                       #global styles
├──build   
│   └──webpack.config.dev.js    # webpack build configuration        
├──src                           
│   ├──__tests__                # jest tests     
│   ├──components               # components parent dir
│   ├──js                       # external js & 3rd party    
│   ├──pages                    # page root instances
│   ├──router                   # routes & nav   
│   ├──App.vue                  # root app component
│   ├──main.js                 # entry point
│   └── img                     # immages
├──static                       # static assets //TODO move to assets dir
│   └── img                     # images
├── index.html                  # doc root
└── ...

About

pixel painting dApp on the EOS blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published