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

element-starter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-starter

A Vue.js project

latest
npmnpm
Version
1.0.0-gps.1
Version published
Maintainers
1
Created
Source

Element-UI Admin App

Install Steps

# Clone SI Platform repository
$ git clone http://devtools.cooperl.net/gitlab/si-services/platform.git ./si-platform
$ cd metier/industrie/structure/ui/src/main/client

# Download element-starter Vuejs/Element starter
$ wget https://github.com/ElementUI/element-starter/archive/master.zip
$ unzip master.zip
$ cp element-starter-master/* .
$ rm -rf element-starter-master

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:8081
$ npm run dev

# build for production with minification
$ npm run build

Testing

  • append node. level 2 / 3 / 4

  • OutilsProduction | Ajouter une usine alors qu'on est déjà en train d'en créer une.

    • OK : Un message d'avertissement s'affiche "Veuillez valider ou annuler l'ajout d'un nouvel élément"
  • OutilsProduction | Annuler un ajout en cours

    • OK : la ligne disparait

Application

Element

Tree Component

# Tree array example
[{
    id: 'usine_1',
    label: 'Lamballe',
    children: [{
        id: 'atelier_1',
        label: 'Atelier 1',
        children: [{
            id: 'ligne_1',
            label: 'Ligne 1',
            children: [
                {
                    id: 'machine_4',
                    label: 'Machine 1',
                    children: []
                }
            ]
        }]
    }]
}]

FAQs

Package last updated on 24 Nov 2017

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