3.2.0 • Published 6 years ago
@dixi/core v3.2.0
It is a tool for assembling prototypes and static web pages, based on Gulp and Webpack.
Getting Started
Installation
Global:
$ npm i @dixi/core -gor local:
$ npm i @dixi/coreUsage
Run init command in the project root directory:
$ di initStart server and watchers:
$ di runBuild project:
$ di buildIf the installation was local, then use npx.
Project structure
.
├─ app
│ ├─ build
│ ├─ dev
│ ├─ src
│ │ ├─ data
│ │ ├─ icons
│ │ ├─ js
│ │ ├─ njk
│ │ ├─ scss
│ │ ├─ static
│ │ └─ data.json
├─ dixi.config.js
└─ package.jsonCommands
Usage: di <command> [options]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
init Create configuration file in working directory.
run [options] Run server and watchers.
build [options] Build project.
Run `di <command> --help` for reference.Configuration
https://github.com/grig0ry/dixi/blob/master/lib/dixi.config.js
License
Licensed under the MIT License
3.2.0
6 years ago
3.2.0-rc.0
6 years ago
3.1.4
6 years ago
3.1.3
6 years ago
3.1.2
6 years ago
3.1.1
6 years ago
3.1.0
6 years ago
3.0.2
6 years ago
3.0.1
6 years ago
3.0.0
6 years ago
3.0.0-rc.8
6 years ago
3.0.0-rc.7
6 years ago
3.0.0-rc.6
7 years ago
3.0.0-rc.5
7 years ago
3.0.0-rc.4
7 years ago
3.0.0-rc.3
7 years ago
3.0.0-rc.2
7 years ago
3.0.0-rc.1
7 years ago
3.0.0-rc.0
7 years ago
1.0.0-alpha.0
8 years ago