liudaming-testdeprecated

A base project with Vue.js2、Vue-Router、webpack2 and with iView3.

Usage no npm install needed!

<script type="module">
  import liudamingTest from 'https://cdn.skypack.dev/liudaming-test';
</script>

README

iView-project

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3, just install and run.

Install

// install dependencies
npm install

Run

Development

// For the first time, run init to create index.html
npm run init
npm run dev

Production(Build)

npm run build