天天看點

編寫vue用什麼工具_用Vue編寫的很棒的回顧工具

編寫vue用什麼工具

回顧 (Retrospectify)

An awesome tool for doing agile team retrospectives digitally. This can be useful when doing retrospectives with remote teams or when you want to keep track of retrospective outcomes over time.

數字化靈活團隊回顧的絕佳工具。 當與遠端團隊進行回顧時,或者當您想随時間跟蹤回顧結果時,這将很有用。

View demo 檢視示範 Download Source 下載下傳源

特征 (Features)

  1. Three types of notes

    三種筆記

  2. Moving around/prioritizing notes to your team's needs

    根據團隊需求移動/優先考慮筆記

  3. Adding points to individual notes

    将點添加到單個注釋

正在努力 (Working on)

  1. Exporting the whole board to a (text) file

    将整個面闆導出到一個(文本)檔案

  2. Timeboxing the meeting

    安排會議時間

用法 (Usage)

我隻想使用該應用程式! (I just want to use the app!)

The quickest way is to use the live demo! Other than that, you can clone this repository, and from the root run:

最快的方法是使用現場示範! 除此之外,您可以克隆此存儲庫,并從根目錄運作:

npm install
npm run build
           

This will create a

dist

directory. Put the contents of that directory on a server and you're all set!

這将建立一個

dist

目錄。 将目錄的内容放到伺服器上,一切就緒!

Loading/Saving works using LocalStorage, so make sure the app has permission to read/write from LocalStorage.

使用LocalStorage可以進行加載/儲存,是以請確定該應用具有從LocalStorage讀取/寫入的權限。

我想自己從源代碼建構它或為代碼做貢獻 (I want to build it myself from the source or contribute to the code)

Then follow these instructions, depending on what you want to do

然後按照這些說明進行操作,具體取決于您要執行的操作

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test
           
翻譯自: https://vuejsexamples.com/an-awesome-tool-for-retrospecting-written-in-vue/

編寫vue用什麼工具