npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

data-slide

v0.1.2

Published

``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ## Introduction I am not a real programmer.While, when I practiced data visualation, I got to know Echarts.js, then javascript, vue.js, front-end etc. I taught myself t

Downloads

25

Readme

data-slide

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Introduction

I am not a real programmer.While, when I practiced data visualation, I got to know Echarts.js, then javascript, vue.js, front-end etc. I taught myself the front-end language and popular framework. It's very diffcult for a green man to develop program. Now I decided to keep away from code for a while and focus my attention on my study.

My initial idea

I believe using web technology to data visulation has bright prospect. I want to develop a application which allow everyman, not merely programmer to make slides with beautiful interactive charts.

  • Echarts: interactive chart is better than traditional dull chart made by Excel.
  • Ckeditor: Rich text editor. We can use its inline editor mode to make text form slide element.
  • Vue: Echarts and Ckeditor meet the demand for text and chart. We also need a desktop application to make slides, just like PowerPoint or Keynote. Vue.js make us easily change the appearance of Echarts chart by change the data. vue-echarts and ckeditor5 are good candidates.
  • Vue-grid-layout: Using this package to design layout.
  • Element UI: Echarts has many config options. We can use the form components of element-ui to set option.
  • Handsontable: We use it to change the chart data. Here we need some skills to well organize the data of echarts in order that user can copy their Excel data directly to the application and then get echart graph.
  • Eagle.js/Vue-impress:We use it to control order and animation. You can also try to use vue-Impress.
  • Electron: Finally, we use Electron to conduct a desktop application. JSON is good format to save our slides file.

The End

I try this idea. Because I am not a professional programmer; however, It's hard to develop a excellent product. Keep on fighting. Here is an [example] (https://shalaon.github.io/). Here is github repository. data-slide. If you are intersted in this project, welcome to contact me by github.Thank you!