rajasegar / snowpack-ui

Web UI for Snowpack : Run & Manage Snowpack projects from the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowpack-ui

npm version

Run & Manage Snowpack projects from the browser instead of the terminal.

Demo is available here

Installation

npm i -g snowpack-ui
npx snowpack-ui

Usage

snowpack-ui

If you are starting from an empty directory, it will ask you to create a new snowpack project, which in turn requires create-snowpack-app, otherwise you can run tasks and manage an existing Snowpack project.

Screenshots

New Project

new project

Project created

project created

Build Project

build project

Dev Server

dev server

Install dependencies

install deps

Project home

project home

Project tasks

project tasks

Things to do

  • Save app templates as default
  • Manage Snowpack config
  • More extended dependency info ( things like outdated packages etc.,)
  • Option to install project dependencies (first time)

Inspiration

This project is greatly inspired by the vue-cli-ui and most of the code is taken from ember-cli-ui.

About

Web UI for Snowpack : Run & Manage Snowpack projects from the browser.

License:MIT License


Languages

Language:JavaScript 39.8%Language:Svelte 39.8%Language:CSS 19.1%Language:HTML 1.3%