All Projects → tom76kimo → generator-elm-app

tom76kimo / generator-elm-app

Licence: MIT License
A generator for generating basic template of Elm app with routing.

Programming Languages

javascript
184084 projects - #8 most used programming language
elm
856 projects
HTML
75241 projects

Projects that are alternatives of or similar to generator-elm-app

edliz
This 7th essential medicines list and standard treatment guidelines for the most common health conditions in Zimbabwe has been endorsed by the National Medicine & Therapeutics Policy Advisory Committee [NMTPAC]. It is the product of many years of combined efforts by hundreds of health workers at all levels of the health care system in Zimbabwe. …
Stars: ✭ 25 (+56.25%)
Mutual labels:  spa
couper
Couper is a lightweight API gateway designed to support developers in building and operating API-driven Web projects
Stars: ✭ 60 (+275%)
Mutual labels:  spa
wordpress-day-spa
Example Vue.js-powered SPA running in the WordPress Admin with vue-router and vue-loader
Stars: ✭ 18 (+12.5%)
Mutual labels:  spa
natural js
Natural-JS : Javascript Front-End Architecture Framework
Stars: ✭ 35 (+118.75%)
Mutual labels:  spa
vuetibook
Integrating Vue.js, Vuetify and Storybook
Stars: ✭ 16 (+0%)
Mutual labels:  spa
englishextra.github.io
English Grammar for Russian-Speakers, a PWA website + SPA
Stars: ✭ 19 (+18.75%)
Mutual labels:  spa
wechat-spa
🎉 微信端单页面应用(SPA)常见问题汇总及解决方案
Stars: ✭ 337 (+2006.25%)
Mutual labels:  spa
auth0-jquery-samples
Auth0 Integration Samples for jQuery
Stars: ✭ 14 (-12.5%)
Mutual labels:  spa
wecty
Frontend ToolKit for Go and TinyGo.
Stars: ✭ 34 (+112.5%)
Mutual labels:  spa
ChRIS store ui
UI for the ChRIS Store
Stars: ✭ 47 (+193.75%)
Mutual labels:  spa
jRouting
Great routing mechanism for client-side web applications
Stars: ✭ 16 (+0%)
Mutual labels:  spa
cakephpvue-spa
A CakePHP + VueJS single page application skeleton/boilerplate.
Stars: ✭ 40 (+150%)
Mutual labels:  spa
modular-styles
Extract CSS into CSS Modules for any language!
Stars: ✭ 25 (+56.25%)
Mutual labels:  spa
async-script-loader
Asynchronous script loading for SPAs
Stars: ✭ 15 (-6.25%)
Mutual labels:  spa
light-push-admin
推送服务控制台界面
Stars: ✭ 28 (+75%)
Mutual labels:  spa
ChRIS ui
UI for ChRIS
Stars: ✭ 20 (+25%)
Mutual labels:  spa
web
🧱 Write your website in pure Swift with power of webassembly. DOM, CSS and all the WebAPIs are available out of the box.
Stars: ✭ 44 (+175%)
Mutual labels:  spa
react-seo-friendly-spa-template
React PWA/SPA template initially scaffolded with CRA (Create React App) and configured for SEO. Makes use of prerendering and other techniques/packages in order to achieve a perfect "Lighthouse Score".
Stars: ✭ 24 (+50%)
Mutual labels:  spa
web development and api design
Code for the PG6301 course on Web Development and API Design
Stars: ✭ 51 (+218.75%)
Mutual labels:  spa
spa-bus
🔥Tools for multilevel components to pass values in any SPA
Stars: ✭ 15 (-6.25%)
Mutual labels:  spa

generator-elm-app NPM version Build Status Dependency Status Coverage percentage

  • Create Elm skeleton with Routing included
  • Support Elm 0.18

Prerequisite

You need elm at global

npm install -g elm

What's included

/
├── src/
│   ├── index.html
│   ├── index.js
│   ├── Main.elm
│   ├── Messages.elm
|   ├── Models.elm
|   ├── Routing.elm
|   ├── Update.elm
|   └── View.elm
├── elm-package.json
├── package.json
└── webpack.config.js

Installation

First, install Yeoman and generator-elm-app using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-elm-app

Then generate your new project:

Create project folder

mkdir my-project && cd "$_"

then

yo elm-app

How to start

npm run dev

License

MIT © tom76kimo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].