elm-create-spa
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "elm-create-spa", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "An utility to generate an Elm SPA skeleton.", | ||
@@ -5,0 +5,0 @@ "bin": { |
elm-create-spa | ||
============== | ||
This is a modest attempt at providing a simplistic yet opinionated Elm [SPA](https://en.wikipedia.org/wiki/Single-page_application) application skeleton based on rtfeldman's [Elm Example SPA](https://github.com/rtfeldman/elm-spa-example/), for [Allo-Media](github.com/allo-media)'s own needs. | ||
This is a modest attempt at providing a simplistic yet opinionated Elm [SPA](https://en.wikipedia.org/wiki/Single-page_application) application skeleton based on rtfeldman's [Elm Example SPA](https://github.com/rtfeldman/elm-spa-example/), for [Allo-Media](http://tech.allo-media.net/)'s own needs. | ||
![](https://i.imgur.com/AYUGZJW.png) | ||
![demo](https://cdn.rawgit.com/allo-media/elm-create-spa/9eefefeffbfb29c7ceddb79d9c95d38b4d33d6a6/assets/demo.svg) | ||
@@ -46,3 +46,3 @@ [Check for yourself](https://allo-media.github.io/elm-create-spa/) | ||
SCSS stylesheets are stored within the `style` folder: | ||
SCSS stylesheets are stored within the `style` folder (freely inspired by [SMACSS](https://smacss.com/)): | ||
@@ -52,2 +52,3 @@ ``` | ||
├── base | ||
│ ├── _base.scss | ||
│ └── _variables.scss | ||
@@ -54,0 +55,0 @@ ├── modules |
@@ -16,3 +16,3 @@ { | ||
"sass-watch": "node-sass-chokidar style/ -o public --output-style compressed --include-path node_modules/ -w", | ||
"start": "npm run sass-compile && concurrently --kill-others \"npm run sass-watch\" \"npm run live\"", | ||
"start": "run-p sass-watch live", | ||
"test": "elm-test" | ||
@@ -23,3 +23,2 @@ }, | ||
"devDependencies": { | ||
"concurrently": "^3.5.0", | ||
"elm": "^0.18.0", | ||
@@ -31,2 +30,3 @@ "elm-format": "^0.6.1-alpha", | ||
"node-sass-chokidar": "0.0.3", | ||
"npm-run-all": "^4.1.2", | ||
"rimraf": "^2.6.1", | ||
@@ -33,0 +33,0 @@ "uglify-js": "^3.1.6" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
928919
32
11953
106