@gramedia/nusantara-design
v1.1.2
Published
Simple guideline design and styling code for build GDN web project
Readme
Nusantara Design
Base design for All nusantara template
Getting started
- Go to project folder and install dependencies:
npm install- Compile your code
npm run buildProject structure
build/ production build folder
|- css/ css compiled (nusantara-design.min.css)
|- docs web documentation
|- js javascript file for support nusantara design action
|- sass/ sass source code (main.scss)
docs/ project docs and coding guides source code
sass/ project sass source code
index.html html entry point (blank)Main tasks
Task automation is based on NPM scripts.
Task | Description
--------------------------------|--------------------------------------------------------------------------------------
npm run start | Run sass for watch modify documentation design code
npm run build | Run compiler to build main css file, copy sass source latest to public and build documentation web
npm run lint | Lint code
