All Projects → lindsaykwardell → vite-elm-template

lindsaykwardell / vite-elm-template

Licence: MIT License
A default template for building Elm applications using Vite.

Programming Languages

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

Projects that are alternatives of or similar to vite-elm-template

vue2-timeago
🙌 A vue component used to format date with time ago statement. 💬
Stars: ✭ 76 (+80.95%)
Mutual labels:  vite
vite-reactts-electron-starter
Starter using Vite2 + React + Typescript + Tailwind + Electron Starter.
Stars: ✭ 142 (+238.1%)
Mutual labels:  vite
fullstack-template
This is a template repository to get up and running quickly with Vite, React, Jest, Express Docker, and Github Actions for CI/CD.
Stars: ✭ 14 (-66.67%)
Mutual labels:  vite
Hajime
Hajime - Competition software management for Fencing Martial Arts
Stars: ✭ 13 (-69.05%)
Mutual labels:  vite
electron-vue-vite-boilerplate
Electron Vue Vite Boilerplate for you next project
Stars: ✭ 26 (-38.1%)
Mutual labels:  vite
vite-plugin-sloth
Fresh take on static site generation, using HTML-first approach to build website. Powered by ⚡️ Vite
Stars: ✭ 39 (-7.14%)
Mutual labels:  vite
tov-template
vite + vue3 + ts 开箱即用现代开发模板
Stars: ✭ 251 (+497.62%)
Mutual labels:  vite
remastered
A full-stack approach to React development
Stars: ✭ 50 (+19.05%)
Mutual labels:  vite
vite-example
Todo app with vite/vue3/vue-router4
Stars: ✭ 22 (-47.62%)
Mutual labels:  vite
OSAPI
👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台,基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。
Stars: ✭ 32 (-23.81%)
Mutual labels:  vite
vite-rollup-plugins
A compatibility list of rollup plugins for Vite 2 and test playground
Stars: ✭ 76 (+80.95%)
Mutual labels:  vite
rapide
WIP! do not use just yet - Opinionated Vite + Alpine.js starter PWA template
Stars: ✭ 15 (-64.29%)
Mutual labels:  vite
vite-analysis
出最新版本的全部源码分析中...(换了m1芯片arm64架构的电脑,旧版本无法运行,如esbuild Chromium)
Stars: ✭ 138 (+228.57%)
Mutual labels:  vite
vue-frag-plugin
Webpack/Rollup/Vite plugin to add multiple root-node support to Vue 2 SFCs
Stars: ✭ 37 (-11.9%)
Mutual labels:  vite
ak-vue3
组件库包含了 AutoForm 自动表单、BackTop 返回顶部、Breadcrumb 面包屑、 Button 按钮、Cascader 级联选择器、Checkbox 多选框、Collapse 折叠面板、ColorPicker 颜色选择器、DataPicker 时间选择器、Dialog 弹层对话框、Alert 弹框、Echarts 图形图表、Form 表单、Input 输入框、Lazy 图片延时加载、Loading 加载等待、Menu 菜单、Pagination 分页、Progress 进度条、Radio 单选框、Select 选择器、Steps 步骤条、Swiper 图片轮播、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 提示、Tr…
Stars: ✭ 24 (-42.86%)
Mutual labels:  vite
vite-vue-admin
🎉🎉使用Vite + Vue3 + TypeScript + Element-plus + Mock开发的后台管理系统🎉🎉
Stars: ✭ 97 (+130.95%)
Mutual labels:  vite
vite-ts-tailwind-starter
Opinionated Vite + Vue 3 + TypeScript + Tailwind CSS starter template w/ tests and CI.
Stars: ✭ 228 (+442.86%)
Mutual labels:  vite
vite-plugin-checker
💬 Vite plugin that provide checks of TypeScript, ESLint, vue-tsc, and more.
Stars: ✭ 338 (+704.76%)
Mutual labels:  vite
react-vite-admin
This Starter utilizes React, Recoil, React Query, React Hooks, Typescript, Axios And Vite. 全新技术栈的后台管理系统
Stars: ✭ 90 (+114.29%)
Mutual labels:  vite
codeiiest-web
https://codeiiest.org | Website for Code IIEST
Stars: ✭ 23 (-45.24%)
Mutual labels:  vite

Vite Elm Template

ci Gitpod ready-to-code

A default template for building Elm applications using Vite. Includes hot-module reload of Elm modules (courtesy of vite-plugin-elm).

Vite (French word for "fast", pronounced /vit/) is a build tool that aims to provide a faster and leaner development experience for modern web projects.

Elm is a functional language that compiles to JavaScript. It helps you make websites and web apps. It has a strong emphasis on simplicity and quality tooling.

Live demo site: https://vite-elm-template.netlify.app/

Features

  • Hot Module Reload of all code in the app (including Elm)
  • Tooling installation via elm-tooling
    • Includes Elm, elm-format, elm-json, and elm-test-rs
  • Basic unit test examples
  • Github Actions CI for running tests
  • Recommends the Elm VS Code extension

Get Started

# Clone the template locally, removing the template's Git log
npx degit lindsaykwardell/vite-elm-template#main my-elm-app

# Enter the project, install dependencies, and get started!
cd my-elm-app
npm install
npm run dev

For more information about Vite, check out Vite's official documentation.

To learn more about Elm, check out Elm's official homepage.

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].