1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-01 20:30:48 +00:00
Go to file
2018-10-02 17:44:32 +01:00
assets feat(github-buttons): stars, watch, fork and follow 2018-09-10 10:14:05 +02:00
components build(app): deploy to production 2018-09-11 16:21:25 +02:00
dist deploy(app): to production 2018-10-02 17:41:07 +01:00
layouts build(app): deploy to production 2018-09-11 16:21:25 +02:00
pages build(app): deploy to production 2018-09-11 16:21:25 +02:00
plugins feat(ga): use nuxt module instead 2018-09-10 00:30:03 +02:00
static feat(cheatsheet): add facebook share 2018-09-10 14:24:08 +02:00
.csscomb.json build(cssccomb): initialize configuration files 2018-09-09 17:15:31 +02:00
.editorconfig build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
.eslintrc.js build(app): deploy to production 2018-09-11 16:21:25 +02:00
.gitignore build(gitignore): remove dist folder 2018-09-09 23:16:03 +02:00
nuxt.config.js build(nuxt): update router base url 2018-10-02 17:44:32 +01:00
package-lock.json build(nuxt): add settings to deploy to github pages 2018-10-02 17:39:36 +01:00
package.json build(nuxt): add settings to deploy to github pages 2018-10-02 17:39:36 +01:00
README.md build(app): deploy to production 2018-09-11 16:21:25 +02:00

Awesome Cheatsheets

Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

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 run build
$ npm start

# generate static project
$ npm run generate

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