Skip to content

Commit 7e5bc31

Browse files
committed
Projects.dotnet-china.org source
0 parents  commit 7e5bc31

File tree

131 files changed

+14191
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+14191
-0
lines changed

projects/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.idea

projects/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
1、首先运行 npm install 安装所有依赖包。
2+
3+
2、执行 node run build 生成构建后的目录。
4+
5+
3、以 2 的目录为根目录,执行 node run server 启动本地开发服务器。
6+
7+
4、如果要新建一个首页,直接在devDir\swig\html 复制一个 project.swig 然后修改文件名再编辑内容。
8+
gulp-swig 会自动生成html文件到 2 中。

0 commit comments

Comments
 (0)