@liqueflies/udon

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @liqueflies/udon

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

23.4 kB

Total Files

31

Last publish

Collaborators

  • liqueflies