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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user