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

selumar

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selumar

SELUMAR is a project aimed to assist you in accomplishing tasks using Vue.js.

latest
Source
npmnpm
Version
1.1.11
Version published
Maintainers
1
Created
Source

SELUMAR

SELUMAR is a project aimed to assist you in accomplishing tasks using Vue.js.

Requirements

Web Browser - Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera]. Internet - Because many use CDN and to make it easier to find solutions to all problems.

Installation

  • Clone this repository.

  • Run npm install to install dependencies.

  • Run npm run serve to run the project locally.

    Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying the src directory. The page auto-updates as you edit the file.

Usage

Example of how to use main components:

<template>
  <div>
    <!-- Content here -->
  </div>
</template>

<script>
export default {
  // Component code here
}
</script>

Contributing

We welcome contributions! Please follow the contribution guidelines below:

  • Fork this repository.
  • Create a new branch: git checkout -b your-feature.
  • Make changes and commit your changes: git commit -am 'Add new feature'.
  • Push to the branch: git push origin your-feature.
  • Submit a pull request.

For more information, see the Contribution Guidelines.

Directory Structure

src/
|-- components/
|-- assets/
|-- App.vue
|-- main.js

License

Licensed under the ISC License. See the LICENSE file for more details.

Additional Notes

FAQs

Package last updated on 13 May 2024

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