Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (46 loc) · 1020 Bytes

README.md

File metadata and controls

65 lines (46 loc) · 1020 Bytes

logo

Glosa Admin: PWA

👉 USE NOW 👈

Manage your Glosa site comfortably from wherever you want.

logo

logo

logo

Install

npm i
npm i -g sass @vue/cli

Production

Compile SASS

node-sass src/sass/main.sass:public/css/main.css

After compiles and minifies for production

npm run build

Development

Compiles and hot-reloads for development

npm run serve

Lints and fixes files

npm run lint

SASS Watch: Autocompile if it detects changes

node-sass --watch src/sass/main.sass:public/css/main.css