1. native-hello-world
Native “Hello, world!” addon, useful for testing
native-hello-world
Package: native-hello-world
Created by: sonicdoe
Last modified: Mon, 20 Jun 2022 20:48:30 GMT
Version: 2.0.0
License: Unlicense
Downloads: 532
Repository: https://github.com/sonicdoe/native-hello-world

Install

npm install native-hello-world
yarn add native-hello-world

native-hello-world Build status

Native “Hello, world!” addon, useful for testing

Installation

 $ npm install native-hello-world --save-dev

Usage

 const helloWorld = require('native-hello-world')

helloWorld()
// => 'Hello, world!'

Changelog

This project follows Semantic Versioning 2.

  • v2.0.0 (2019-11-04):
    • Fix build error with Node.js v12
    • Drop support for Node.js v8 and earlier
  • v1.0.0 (2016-12-31): Initial release

License

native-hello-world is unlicensed. See LICENSE for the full (un)licensing statement.

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin