Git Product home page Git Product logo

kickstart's People

Contributors

dependabot[bot] avatar dubo avatar mrg2001 avatar vitmalina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kickstart's Issues

Separate backend from the frontend?

The project looks very nice but in many cases the node back-end is not allowed at all :) (only to build the product).

Would be very nice if there would be a clear separation so that more back-end implementations could be demonstrated.

tnx.

how to translate string in HTML template ?

Hi, i play with the framework for 15 days now and it's very cool ๐Ÿ˜„ . But before doing "rm -r symfony" in all my projects i need some little help โ€ฆ ๐Ÿ˜„

I just can't find how to translate string in the form template (fields label for exemple) ?
Another thing, that is not very well documented: how to use rivet.js with the framework ? I'm too newbie to find a simple way to include w2form with it โ€ฆ ๐Ÿ˜‰

kickstart on ie9

as i had problems with ie9 (errors on console.log...) i
replaced
eval(main);
with
try {
eval(main);
} catch (ex){
eval("("+main+")");
}

What is the state of the project ?

Hi,
i have take a look to your project wich seems very interesting. But i don't undersand if it's stable ?

  • On website it's ver 0.5 and 0.2 on the readme.md.
  • wich is the best method to create a module do i use home or mod1 module like exemple.
  • Why git project have different file structure as the doc is documentation is up to date ?
  • when i try the git project i get "TypeError: app.home.render is not a function" in kickstart.js line 217 on firefox 27 linux

Thanks for your explanations โ€ฆ ;-)

toggle grid / form

Hi!

I'm starting a new app based on top of KickStart, and for right now, I would like to toggle between the grid and form.

The goal is show a form for data edit.

But I don't have ideia about the best way to do this. Where, how and when to implement? Maybe adding a button to grid's toolbar, and then, send all column/fields properties to build automatically the form in two columns.

Can you help me with some ideia?

scrolling's grid

Is there any other doc about how to interact with the scroll of the grid?

What the grid send as json to server? And what server must send back to grid?

tks.

How start demo with JSON Back-End

Hi,
can you update doc, how start demo with new JSON Back-End, I try it under Win8(Firefox/IE) - with NGINX or from fiilesytem , but I unable login to App.

error in package.json of KickStart

as i had problems with package.json of KickStart : produce an error 'Invalid JSON - SyntaxError: Unexpected token }' when run "npm install" (in CentOS/Linux)

solution:

replace

"gulp-uglify": "^0.3.1",

with

"gulp-uglify": "^0.3.1"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.