All Projects → scottbedard → vuetober-spa

scottbedard / vuetober-spa

Licence: MIT license
A single page application for October CMS, with the latest and greatest frontend

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Build Status Depdendencies Dev Depdendencies License

This repository is a pre-configured Vuetober theme for building single page applications. It comes with the following features, and additional tooling can be added with vue-cli.

  • Vuex & vue-router
  • Babel
  • ESLint
  • Unit testing with Jest
  • SASS / SCSS preprocessing

Getting started

Run the following commands from your theme directory to get started:

  • git clone [email protected]:scottbedard/vuetober-spa.git mytheme
  • cd mytheme
  • yarn install

Once this is done, the following commands will be available.

# start dev server with hot-reloading
yarn serve

# build production assets
yarn build

# run tests
yarn test:unit

# lint and fix files
yarn lint

See the vue-cli documentation for information on customizing the config.

License

Copyright (c) 2019-present, Scott Bedard

MIT

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].