mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
update contributing section
This commit is contained in:
@@ -69,6 +69,8 @@ export default {
|
||||
|
||||
## 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
|
||||
# install dependencies
|
||||
npm install
|
||||
@@ -76,12 +78,9 @@ npm install
|
||||
# serve with hot reload at localhost:8080
|
||||
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
|
||||
|
||||
# build for production with minification
|
||||
npm run uglify
|
||||
|
||||
# lint all *.js and *.vue files
|
||||
npm run lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user