1.1.7 • Published 2 years ago

@zootikoff/create-site v1.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Create site (Gulp, standart builds).

Start

To get started, install the create-site module globally npm i -g @zootikoff/create-site. Then run the module using create-site.

(If you use gulp) gulp - the base command for development.

gulp build - сollects all files for production.

gulp zip - collects all files to zip. Make sure to run first gulp build.

Structure

├── src/
│   ├── js 
│   │   └── script.js 
│   ├── scss
│   │   └── components
│   │   │   └──  _footer.scss
│   │   │   └──  _header.scss
│   │   └── vendor
│   │   │   └──  normalize.css
│   │   └── _mixins.scss
│   │   └── _reset.scss
│   │   └── _variables.scss
│   │   └── style.scss
│   ├── img
│   │   └── svg (For sprite)
│   │   └── logo.jpg
│   ├── fonts
│   ├── components
│   │   └── fonts.html
│   │   └── head.html
│   │   └── start.html
│   ├── index.html
└── .editorconfig
└── .eslintrc.json
└── .gitignore
└── gulpfile.js
└── .package.json
└── .README.md

Also it has standart preset.

Snippets

burger - burger button. navigation - navigation.

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago