1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
guide/front
Gigiman 3c74057616 Rss icon and link added (#274)
* rss link added

* separate file for categroy information

* removed lodash functions from CategroyInfoEdit component

* RSS tooltip added

* move category info logic to the separate component

* Rss refactored

* minor bug fix
2019-04-04 09:13:53 +04:00
..
build removed unused pug loader 2019-01-14 12:47:46 +04:00
client Rss icon and link added (#274) 2019-04-04 09:13:53 +04:00
server Merge branch 'develop' of https://github.com/aelve/guide into develop 2019-02-07 20:15:11 +04:00
.babelrc updating-vue-and-babel (#267) 2019-02-20 00:24:07 +04:00
.editorconfig Fully replaced frontend part. Now everything written in typescript. 2018-09-02 23:26:15 +03:00
.gitignore Fully replaced frontend part. Now everything written in typescript. 2018-09-02 23:26:15 +03:00
config.json apiUrl back to localhost 2019-01-30 16:26:22 +06:00
index.d.ts Fully replaced frontend part. Now everything written in typescript. 2018-09-02 23:26:15 +03:00
index.html allow mobile resize in html 2019-01-31 22:17:48 +06:00
package-lock.json vuetify update (#271) 2019-03-10 19:37:47 +04:00
package.json vuetify update (#271) 2019-03-10 19:37:47 +04:00
postcss.config.js Fully replaced frontend part. Now everything written in typescript. 2018-09-02 23:26:15 +03:00
README.md Update README.md 2019-02-27 16:54:27 +04:00
tsconfig.json chagned tsconfig rule 2018-11-25 20:26:10 +03:00
tslint.json Chore/typings and refactor category item actions (#243) 2018-11-21 13:31:31 +03:00

Commands

  • client:dev - Start developing environment of client content.
  • client:build - Build client content.
  • server:dev - Start developing environment of ssr server.
  • server:build - Build ssr content.
  • build-all - Run client:build and server:build at same time. Please run this command for deployment.
  • start:dev - Run client:dev and server:dev at same time. Please run this command for development.
  • start:prod - Start ssr server in production environment. You should run build-all first to make it works.