Skip to content

bsladewski/web-app-boilerplate-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web App Boilerplate Client

codeql workflow Codacy Badge

The web app boilerplate provides the basic structure of a web app that uses Go for the API server and VueJS for the front-end. The purpose of this repository is to speed up the development of prototypes by implementing some of the basic functionality that is common to many different types of web apps. This includes packages for working with the environment, database, application router, etc. as well as functionality for managing user accounts, authentication, and permissions.

The back-end can be found in the Web App Boilerplate Server repository.

For an example project check out the Mojito Client Repository.

Feel free to fork, copy, or borrow from this repository and start building!

Dependencies

This project uses Node.js.

Additional dependencies are managed through Yarn.

Usage

Installation

To get started, clone the repository:

git clone https://github.com/bsladewski/web-app-boilerplate-client

Use yarn to install or update project dependencies:

yarn install
yarn upgrade

Running For Development

To compile and run the application for development use the following command:

npm run serve

Compiling For Production

To compile and minify project for deployment to production use the following command:

yarn build

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b feature/my-new-feature
  3. Commit your changes: git commit -am 'Implemented my cool new feature'
  4. Push to the branch: git push origin feature/my-new-feature
  5. Submit a new Pull Request

License

The MIT License (MIT)

Copyright (c) 2021 Benjamin Sladewski

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A VueJS front-end that provides a starting point for building a web app. See also the back-end API server at https://github.com/bsladewski/web-app-boilerplate-server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published