seed
Here are 593 public repositories matching this topic...
I'm submitting a ... (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see use [gitter](https://gitter.im/mgechev/angular2-seed) or [sta
Hello everyone. This is a great project. I entered selling points of this project and I made the following comparison of a few projects to show how they differ. If you have any corrections to make you can do so by commenting in the spreadsheet from which this is generated. If you are wonderin
This project is auto-generated from generator-ngx-rocket.
If you have any issues, please submit them to generator-ngx-rocket instead of here. Same for PR.
Thanks!
I'm submitting a ...
[ * ] Documentation issue or request
Current behavior
I have added a new language to the languages list. Change in language's combo is Ok and works. The problem is that i want to set a new language as default.
I did this in config.local.json but default language is not set on application start. Is there another changes that i should make to hav
We want to add Elixir.Faker.Pokemon.Ru.location/0.
If this is the first time you contributing check out this guide.
Comment below if you want to start working on the issue and never be afraid to ask questions.
If you contribute module that does not exist yet [here is a good example PR](elixirs/faker#288
I've seen plenty of folks use alternatives to SASS.
Such as:
- LESS http://lesscss.org/
- Stylus http://stylus-lang.com/
- PostCSS http://postcss.org/
So it might be nice to have a prompt such as Choose your CSS Preprocessor
Sent from my Pixel 2 using FastHub
The purpose of this issue is a sticky thread general for help with testing Ionic 2 projects.
E.g. you have our testing framework set up fine but you don't know how to test a particular scenario / component / feature, or you're getting unexpected results from some of your tests.
The correct place for posting such questions is stack overflow. Asking y
-
Updated
Aug 29, 2018 - TypeScript
-
Updated
Aug 14, 2019 - Go
-
Updated
Apr 28, 2020 - TypeScript
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
May 12, 2020 - TypeScript
-
Updated
Feb 19, 2020 - TypeScript
-
Updated
Apr 29, 2020 - TypeScript
-
Updated
Apr 30, 2020 - CSS
-
Updated
Jun 24, 2017 - TypeScript
-
Updated
May 1, 2020 - TypeScript
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Aug 26, 2017 - JavaScript
Improve this page
Add a description, image, and links to the seed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the seed topic, visit your repo's landing page and select "manage topics."
有很多开发者朋友问我有没有类似的前台项目、后台管理项目的种子项目,其实都是类似的,区别在于这些项目需要模版引擎(不建议使用JSP)和静态资源(
css、js、img)的支持,稍微调整下即可适用,按照MVC的分层来说的话差异的只是视图层,下面是基于Thymleaf模板引擎的改造步骤,供参考。