Warning: OutputPage::getModuleStyles: style module should define its position explicitly: mobile.special.mobilediff.styles ResourceLoaderFileModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: mobile.special.pagefeed.styles ResourceLoaderFileModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: skins.minerva.buttons.styles MFResourceLoaderModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: mobile.special.mobilediff.styles ResourceLoaderFileModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: mobile.special.pagefeed.styles ResourceLoaderFileModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: skins.minerva.buttons.styles MFResourceLoaderModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: skins.minerva.buttons.styles MFResourceLoaderModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: mobile.special.mobilediff.styles ResourceLoaderFileModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: mobile.special.pagefeed.styles ResourceLoaderFileModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: skins.minerva.buttons.styles MFResourceLoaderModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: skins.minerva.buttons.styles MFResourceLoaderModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: skins.minerva.buttons.styles MFResourceLoaderModule [Called from OutputPage::getModuleStyles in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/OutputPage.php at line 623] in /usr/share/nginx/html/www.abovecloud.com/wiki/includes/debug/MWDebug.php on line 300
更改 - AboveCloud

更改

Tech:angular安装

添加1,245字节2015年12月16日 (三) 14:05
以“所有js相关的东西,基本上都在nodeJS体系之下,这玩意机器里已经是现成的,所以就没重头来过了。 用bower安装angularJS,还要...”为内容创建页面
所有js相关的东西,基本上都在nodeJS体系之下,这玩意机器里已经是现成的,所以就没重头来过了。

用bower安装angularJS,还要安装git。

'''<pre>
bower install angularjs
bower install bootstrap
</pre>'''

安装完成后,发现jquery已经被当作angularJS的关联包被安装了。想要彻底抛弃jq还是很困难的啊!

'''<pre>
└─bower_components
├─angular
├─bootstrap
│ ├─dist
│ │ ├─css
│ │ ├─fonts
│ │ └─js
│ ├─fonts
│ ├─grunt
│ ├─js
│ ├─less
│ │ └─mixins
│ └─nuget
└─jquery
├─dist
└─src
├─ajax
│ └─var
├─attributes
├─core
│ └─var
├─css
│ └─var
├─data
│ └─var
├─effects
├─event
├─exports
├─manipulation
│ └─var
├─queue
├─sizzle
│ └─dist
├─traversing
│ └─var
└─var
</pre>'''
行政员管理员
1,831
个编辑