Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.19 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.19 KB

Owlways

Demo: https://broutard.github.io/engapp

The aim of Owlways is to offer students a variety of exercises that can be fully configured by their teacher.

Owlways is a web application (SPA) designed to work offline (PWA).
It can therefore be installed on a mobile device and run as a native application.

Requirements

Nodejs: https://nodejs.org/en/download/
VSCode (or another code editor) : https://code.visualstudio.com/download

Vue-CLI:

npm install -g @vue/cli

Yarn:

npm install -g yarn

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Components documentation

VueJs: https://fr.vuejs.org/v2/guide/
Vue-Router: https://router.vuejs.org/api/
Vuex: https://vuex.vuejs.org/
Vuetify: https://vuetifyjs.com/en/introduction/why-vuetify/
Axios: https://github.com/axios/axios#axios-api
Sass: https://sass-lang.com/guide