1.0.12 • Published 7 years ago

vue-liu-date v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

vue-date

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

package.json
  main是我们打包后的文件入口
 // "main": "dist/build.js", 发布
 // "main": "dist/vue-date.js", 打包


webpack.config.js

// entry: './src/main.js', 发布
// entry: './src/lib/index.js', 打包


// filename: 'build.js' 发布
// filename: 'vue-gitment.js' 打包

index.html
// 发布
// <script src="/dist/build.js"></script>
// 打包
// <script src="/dist/vue-giement.js"></script>
1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago