2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

update contributing section

This commit is contained in:
Jeff Sagal
2016-03-11 11:37:13 -08:00
parent 308c9583dc
commit f0f7c671ce
+3 -4
View File
@@ -69,6 +69,8 @@ export default {
## Build Setup for Contributing ## Build Setup for Contributing
If there's a feature you'd like to see or you find a bug, feel free to fork and submit a PR. If your adding functionality, add tests to go with it.
``` bash ``` bash
# install dependencies # install dependencies
npm install npm install
@@ -76,12 +78,9 @@ npm install
# serve with hot reload at localhost:8080 # serve with hot reload at localhost:8080
npm run dev npm run dev
# build for production without minification # build for demo site (without minification so visitors can inspect with Vue Dev Tools)
npm run build npm run build
# build for production with minification
npm run uglify
# lint all *.js and *.vue files # lint all *.js and *.vue files
npm run lint npm run lint