0.2.4 • Published 5 years ago

frontend-skeleton v0.2.4

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

This package is configured to develop a frontend for sass, typescript and pug. Gulp and Webpack compile files

Installation options

  • Clone the repo: git clone https://github.com/igorrybalko/frontend-skeleton.git
  • Install with npm: npm install frontend-skeleton

Uses

  • Bootstrap 4
  • jQuery
  • Slick-carousel

Main structure

frontend-skeleton/
└── src/
    ├── images/
    │    ├── marker.png
    │    └── noimage.png
    ├── pug/
    │    ├── includes/
    │    │    ├── footer.pug
    │    │    ├── head.pug
    │    │    └── header.pug
    │    └── pages/
    │          └── index.pug
    ├── scss/
    │    ├── core/
    │    │    ├── common.scss
    │    │    ├── mixins.scss
    │    │    ├── user_text.scss
    │    │    └── vars.scss
    │    ├── modules/
    │    │    ├── footer.scss
    │    │    ├── header.scss
    │    │    └── homepage.scss
    │    └── main.scss
    └── ts
         ├── modules/
         │    ├── App.ts
         │    ├── AppHelper.ts
         │    └── JqPlugins.ts
         └── index.ts

Docs

https://greencomet.net/javascript/frontend-skeleton

Author

http://www.linkedin.com/in/igorrybalko

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago