New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@speckle/speckle-admin

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speckle/speckle-admin

A simple admin ui for speckle users

latest
Source
npmnpm
Version
0.2.11
Version published
Maintainers
2
Created
Source

SpeckleAdmin

npm version

A simple admin app for speckle.

image

Current features:

  • search & filter your streams
  • manage stream permissions
  • edit stream names, etc
  • archive & delete streams
  • edit your profile on that speckle server

Roadmap:

The following api (1.0.0-beta) need to be exposed:

  • Stream History
  • Stream Comments/Issues
  • Projects
  • User's Comments
  • User's AssignedTo Comments

Debugging

To start debugging locally, point your browser to http://localhost:8080/?dev. This will set the server to http://localhost:3000/api, where a default speckle server would run.

To set a different server url, edit App.vue and set your defaults in mounted().

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Build Standalone Component

You will need to add poi globally, since vue build is now deprecated.

npm i -g poi
npm run build-component

FAQs

Package last updated on 16 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts