Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasurhaydarovcode/pug-package
Installing pug using package
https://github.com/jasurhaydarovcode/pug-package
pug pug-templates
Last synced: about 1 month ago
JSON representation
Installing pug using package
- Host: GitHub
- URL: https://github.com/jasurhaydarovcode/pug-package
- Owner: jasurhaydarovcode
- License: mit
- Created: 2024-04-13T12:37:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T07:30:37.000Z (6 months ago)
- Last Synced: 2024-05-04T08:21:26.292Z (6 months ago)
- Topics: pug, pug-templates
- Language: CSS
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
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 😉)___