瀏覽代碼

first commit

Skylsmoi 7 年之前
當前提交
6445286997
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      README.md

+ 14 - 0
README.md 查看文件

@@ -0,0 +1,14 @@
1
+# App PageHtml for Tracim
2
+
3
+This repo is an app loaded by Tracim.
4
+
5
+### To update this repo
6
+- commit and push changes
7
+- run `$ npm run build`
8
+- copy dist/thread.app.js and past it into Tracim(repo)/dist/app
9
+
10
+### Development
11
+To see your changes without importing the app into Tracim:
12
+- run `$ npm run servdev`
13
+Which will create a web server (webpack) where you will see the app loaded with some default values
14
+# app_Thread