New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liqueflies/udon

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liqueflies/udon

A scaffolding opinionated tool for vue development.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

udon

🍜 A scaffolding opinionated tool for vue development.

What is it?

udon is a scaffolding tool that allows you to bootstrap fastly vue projects. It gives you out-of-the-box the following options:

  • multilanguage setup
  • pre-fetching page data in vuex modules
  • server sample data mocks

Requirements

  • node >= 8
  • npm or yarn

Installation

Install as global node package:

$ npm install -g @liqueflies/udon

Usage

Once installed you have to create a vue project.

$ npm install -g @vue/cli
$ vue create `my-project`
$ cd `my-project`

Than scaffold.

$ udon init

Start vue-cli with

$ udon dev

FAQs

Package last updated on 14 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc