Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiboreache/pug-stylus-coffee-nuxt
Nuxt.js template. All inner logic is also written in coffeescript.
https://github.com/chiboreache/pug-stylus-coffee-nuxt
coffeescript nuxtjs-template pug stylus
Last synced: about 2 months ago
JSON representation
Nuxt.js template. All inner logic is also written in coffeescript.
- Host: GitHub
- URL: https://github.com/chiboreache/pug-stylus-coffee-nuxt
- Owner: chiboreache
- Created: 2019-02-02T16:39:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T16:37:11.000Z (over 5 years ago)
- Last Synced: 2023-11-28T19:33:15.114Z (about 1 year ago)
- Topics: coffeescript, nuxtjs-template, pug, stylus
- Language: Vue
- Homepage:
- Size: 92.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pug + Stylus + Coffee template for Nuxt.js
> Ultimative complete pack for coding with pleasure and Nuxt.js
## Build Setup
``` bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```