Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasurhaydarovcode/pug-package

Installing pug using package
https://github.com/jasurhaydarovcode/pug-package

pug pug-templates

Last synced: about 13 hours ago
JSON representation

Installing pug using package

Awesome Lists containing this project

README

        


PUG APP

---

## How to use Pug?

### Installing pug using package

- ### Create the first `index.pug` file

- ### and type this command in your terminal and index.pug file will be compiled

### Comand Compiler
```bash
npm run pug
```
### or
```bash
pug -w ./ -o ./src -P
```

#### The `src` in this code works as a word file

---

## ___After running the code, you can remove unnecessary code just like React (Imitation React 😉)___

pug app