All Projects → gobuffalo → Vuerecipe

gobuffalo / Vuerecipe

A recipe for using Buffalo & Vue.js

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Vuerecipe

Typescript Lib Example
Example of TypeScript library setup for multiple compilation targets using tsc and webpack
Stars: ✭ 50 (-47.37%)
Mutual labels:  webpack, example
Examples Electron
Examples for Electron applications.
Stars: ✭ 193 (+103.16%)
Mutual labels:  webpack, example
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (+23.16%)
Mutual labels:  webpack, example
Suddi.github.io
A static single-page application resume-builder developed using React.js and JSON Resume schema (https://suddi.io/)
Stars: ✭ 246 (+158.95%)
Mutual labels:  webpack, example
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+908.42%)
Mutual labels:  webpack, example
Universal Starter
Angular 9 Universal repo with many features
Stars: ✭ 518 (+445.26%)
Mutual labels:  webpack, example
Minipack
📦 A simplified example of a modern module bundler written in JavaScript
Stars: ✭ 2,625 (+2663.16%)
Mutual labels:  webpack, example
Starling Api Web Starter Kit
Starter kit and example app for using the Starling API.
Stars: ✭ 46 (-51.58%)
Mutual labels:  webpack, example
Component Pattern For Angular Js 1 X
Example of implementation of Component pattern for Angular JS 1.X using ES6 & Webpack
Stars: ✭ 75 (-21.05%)
Mutual labels:  webpack, example
Django Project Template
Thorgate's Django project template - Django, React, Sass, optional Docker and more
Stars: ✭ 91 (-4.21%)
Mutual labels:  webpack
Webpack Core Usage
webpack2完整系列课程,欢迎阅读。同时欢迎移步我的react全家桶文章全集: https://github.com/liangklfangl/react-article-bucket
Stars: ✭ 94 (-1.05%)
Mutual labels:  webpack
Angular Librarian
An Angular 2+ scaffolding setup for creating libraries
Stars: ✭ 92 (-3.16%)
Mutual labels:  webpack
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1282.11%)
Mutual labels:  webpack
Fe Interview
🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器
Stars: ✭ 93 (-2.11%)
Mutual labels:  webpack
React Redux Starter Kit
Modular starter kit for React+Redux+React Router projects.
Stars: ✭ 92 (-3.16%)
Mutual labels:  webpack
Molecule
⚛️ – :atom: – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+0%)
Mutual labels:  webpack
Css Modules Flow Types
Creates flow type definitions from CSS Modules files using Webpack loader or CLI 👾
Stars: ✭ 92 (-3.16%)
Mutual labels:  webpack
Angular2 Seed
Seed project to run angular2 out of the box, integrated with wepack and babel
Stars: ✭ 91 (-4.21%)
Mutual labels:  webpack
Nodefony Starter
Nodefony Starter Node.js Framework
Stars: ✭ 95 (+0%)
Mutual labels:  webpack
Jetpack
🚀 Jetpack – Webpack made more convenient.
Stars: ✭ 1,326 (+1295.79%)
Mutual labels:  webpack

Welcome to Buffalo!

Thank you for choosing Buffalo for your web development needs.

Database Setup

It looks like you chose to set up your application using a postgres database! Fantastic!

The first thing you need to do is open up the "database.yml" file and edit it to use the correct usernames, passwords, hosts, etc... that are appropriate for your environment.

You will also need to make sure that you start/install the database of your choice. Buffalo won't install and start postgres for you.

Create Your Databases

Ok, so you've edited the "database.yml" file and started postgres, now Buffalo can create the databases in that file for you:

$ buffalo db create -a

Starting the Application

Buffalo ships with a command that will watch your application and automatically rebuild the Go binary and any assets for you. To do that run the "buffalo dev" command:

$ buffalo dev

If you point your browser to http://127.0.0.1:3000 you should see a "Welcome to Buffalo!" page.

Congratulations! You now have your Buffalo application up and running.

What Next?

We recommend you heading over to http://gobuffalo.io and reviewing all of the great documentation there.

Good luck!

Powered by Buffalo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].