👽 Vue-ify Postwoman with Nuxt.js!

This commit is contained in:
NBTX
2019-08-24 04:06:57 +01:00
parent 677bb041e9
commit a27be71b13
39 changed files with 12000 additions and 865 deletions

129
.gitignore vendored
View File

@@ -1,70 +1,91 @@
node_modules
# Created by .ignore support plugin (hsz.mobi)
### Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Generated files
.idea/**/contentModel.xml
# Coverage directory used by tools like istanbul
coverage
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# nyc test coverage
.nyc_output
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# Bower dependency directory (https://bower.io/)
bower_components
# CMake
cmake-build-*/
# node-waf configuration
.lock-wscript
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# File-based project format
*.iws
# Dependency directories
node_modules/
jspm_packages/
# IntelliJ
out/
# TypeScript v1 declaration files
typings/
# mpeltonen/sbt-idea plugin
.idea_modules/
# Optional npm cache directory
.npm
# JIRA plugin
atlassian-ide-plugin.xml
# Optional eslint cache
.eslintcache
# Cursive Clojure plugin
.idea/replstate.xml
# Optional REPL history
.node_repl_history
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Output of 'npm pack'
*.tgz
# Editor-based Rest Client
.idea/httpRequests
# Yarn Integrity file
.yarn-integrity
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# Nuxt generate
dist
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless
# IDE / Editor
.idea
.editorconfig
# Service worker
sw.*
# Mac OSX
.DS_Store
# Vim swap files
*.swp