-
Updated
Mar 15, 2020 - PHP
#
jade
Here are 630 public repositories matching this topic...
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
plugin
sass
theme
php
wordpress
babel
development
framework
webpack
yarn
es6
es2015
scss
pug
wordpress-starter-theme
jade
wordpress-boilerplate
pug-template-engine
core-js
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
browserify
webpack
handlebars
rollup
parcel
jade
fis
tmpl
arttemplate
juicer
templatejs
baidutemplate
-
Updated
May 25, 2020 - JavaScript
Bootstrap 3 templated by Jade
-
Updated
Apr 4, 2019 - HTML
Jade.go - pug template engine for Go (golang)
-
Updated
May 12, 2020 - Go
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
bootstrap
docker
nginx
express
jasmine
webpack
mocha
authentication
es6
mongoose
vuejs2
stylus
scss
font-awesome
authorization
feathersjs
jade
lodash
es7
email-verification
-
Updated
May 1, 2020 - JavaScript
PugJS syntax adapter for Django, Jinja2 and Mako templates
-
Updated
May 15, 2020 - Python
Lightweight mock web application server
-
Updated
Feb 4, 2016 - Scala
Open
大佬,一个业务时间是多长时间啊
5
tangdoudou18
commented
Mar 7, 2019
RT
BananaAcid
commented
Apr 2, 2020
Configure Extension Settings on a User seems to be globally.
Means: Turning the options off in he User settings, and trying to enable them for a specific project, won't work - it stays off. But in my case, it should generally be turned off and enabled on a per project basis.
Could you add to the documentation a way to activate the plugin and setting the config for a project only?
a **
Node.js Jade Bootstrap Starter Template
-
Updated
Sep 10, 2017 - HTML
A Front-end template for building web apps or sites using Pug(Jade) and Sass
-
Updated
Mar 30, 2019 - JavaScript
-
Updated
Feb 23, 2017 - JavaScript
HTML/CSS/JS and Markdown Playground For Web Designers and Developers
github
javascript
css
coffeescript
editor
html
jquery
gist
html5
css3
jsbin
stylus
desktop
codemirror
live
beautifier
jade
preview
jsfiddle
save
-
Updated
Nov 1, 2019 - JavaScript
基于Node的个人博客,涵盖前后端的方方面面,项目持续更新中
-
Updated
Nov 14, 2019 - JavaScript
A modern kick-starter for front-end development packed with well-chosen tools
-
Updated
Mar 13, 2020 - JavaScript
electron
typescript
vue
scss
visual-studio-code
jade
electron-forge
electron-packager
es7
electron-compile
-
Updated
Nov 1, 2019 - TypeScript
A platform for finding dependencies between files and building tools for incremental compilation or build.
-
Updated
Jan 17, 2020 - TypeScript
Application built on top of Framework7 and VueJS, use: demo/demo
-
Updated
Mar 31, 2016 - JavaScript
Starter theme for Hexo implemented with Jade and Less.
-
Updated
Jul 6, 2016 - JavaScript
A boilerplate to create presentations using remark, Gulp, Stylus and more.
-
Updated
Dec 18, 2019 - JavaScript
Mobile Agent that moves on a platform distributed on many machines and recover the mac address of each machine during the deplacement
-
Updated
Dec 4, 2019 - Java
Improve this page
Add a description, image, and links to the jade topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jade topic, visit your repo's landing page and select "manage topics."
I have a template helper method
momentifythat accepts one argument,createdAtThe spacebars syntax works...
{{ momentify createdAt }}This syntax does not...
#{ momentify createdAt }After reading some of the other issues, you probably would say that
momentify createdAtis not a valid javascript definition, thus you don't want the jade compiler to support it, which I understand. (1) I