Skip to content

Omrisnyk/likecoin-store

 
 

Repository files navigation

likecoin-store

CircleCI codecov Greenkeeper badge

Like.co, official site of LikeCoin Foundation

Essential Folder structure

├── components # Vue components
├── layouts # nuxt layouts
├── locales # i18n locale files
│   ├── client # client side i18n handled by vue-i18n
│   └── server # server side i18n handled by i18n
├── middleware # nuxt middleware
├── pages # actual with automated router pages
├── plugins # nuxt plugins
├── server # express server
│   ├── api # server apis
│   ├── config # server config and credentials
│   └── util # misc server side libraries
├── static # static asset
├── store # vuex store
├── backpack.config.js # server builder config
└── nuxt.config.js # nuxt config

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm start

For detailed explanation on how things work, checkout the Nuxt.js docs.

Backpack

We use backpack to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).

About

official site of LikeCoin foundation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 66.1%
  • JavaScript 31.6%
  • CSS 2.2%
  • Dockerfile 0.1%