Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kotlin-lang-CN/Kotlin-CN-Frontend
【已下线】Kotlin China 社区前端项目,使用Vue.js构建
https://github.com/Kotlin-lang-CN/Kotlin-CN-Frontend
kotlin kotlin-cn-frontend vue vuejs
Last synced: about 1 month ago
JSON representation
【已下线】Kotlin China 社区前端项目,使用Vue.js构建
- Host: GitHub
- URL: https://github.com/Kotlin-lang-CN/Kotlin-CN-Frontend
- Owner: Kotlin-lang-CN
- Created: 2017-07-07T02:25:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T09:15:51.000Z (over 6 years ago)
- Last Synced: 2024-08-03T11:02:26.039Z (5 months ago)
- Topics: kotlin, kotlin-cn-frontend, vue, vuejs
- Language: JavaScript
- Homepage: https://kotliner.cn
- Size: 1.83 MB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kotlin-cn frontend
Hi,
This is the website of kotlin-cn ,[VUEJS](http://vuejs.org/) Frameworks is used .
### Preview
- Debug: [debug.kotlin-cn.org](https://debug.kotlin-cn.org/)
- Release: [discuss.kotliner.cn](https://discuss.kotliner.cn/) , [kotlin-cn.org](https://kotlin-cn.org/)
### Getting Started
- install [npm](https://www.npmjs.com/get-npm)
- run in local
```shell
npm install && npm run dev
```- Check this site in your browser
> http://localhost:3000/
### Build release version
Release in local
```shell
npm run build
```more about npm and VueJs
checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
``` bash
# 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
```### Any suggestions are Welcome
Create an [issue](https://github.com/Kotlin-lang-CN/Kotlin-CN-Frontend/issues) to help us improve .
Contact Us:
[chpengzh](mailto:[email protected]) 、 [Yeshen](mailto:[email protected])
# 中文版
你好,这是kotlin 论坛的前端部分,使用了VueJs的框架和webpack的脚手架
### 预览
- 内测版 : [debug.kotlin-cn.org](https://debug.kotlin-cn.org/)
- 正式版 : [discuss.kotliner.cn](https://discuss.kotliner.cn/) , [kotlin-cn.org](https://kotlin-cn.org/)### 从零开始
- 安装[npm](https://www.npmjs.com/get-npm),国内可用[cnpm](https://npm.taobao.org/) 替代
- 本地测试(Terminal中执行)
```shell
npm install && npm run dev
```- 用浏览器查看这个地址:`http://localhost:3000/`
### 输出正式版
```shell
npm run build
```更多细节看VueJs的文档: [guide](http://vuejs-templates.github.io/webpack/) 和 [docs for vue-loader](http://vuejs.github.io/vue-loader).
### 协助我们?遇到问题?
QQ群:561490348