0.1.0 • Published 3 years ago

snowpack-ui v0.1.0

Weekly downloads
18
License
-
Repository
-
Last release
3 years ago

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

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.