Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elm-create-spa

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-create-spa - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

assets/demo.svg

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc