Git Product home page Git Product logo

Comments (4)

asvue avatar asvue commented on August 23, 2024 6

@surmon-china
哼!!!你才是假的假的假的~~~
是啊!本来就不需要答案.只需要一个靠近你的理由.
人生不是大胆冒险.便是一无所获.
我需要爱 我怕孤独
我讨厌爱 我要自由
但是!!!i need you.

from surmon.me.

surmon-china avatar surmon-china commented on August 23, 2024

你这个假吴彦祖又来了,哼!

明明知道这个世界没有找不到答案的问题,还偏偏要来撩我!

答案

  1. https://nuxtjs.org/guide/release-notes 搜索:styleResources
  2. https://github.com/nuxt/nuxt.js/tree/dev/examples/style-resources

from surmon.me.

surmon-china avatar surmon-china commented on August 23, 2024

@asvue 别说了,我爱你

from surmon.me.

bubble3 avatar bubble3 commented on August 23, 2024

执行npm run dev 报这个错,请问是啥情况?
{ Error: connect ECONNREFUSED 127.0.0.1:8000
at Object._errnoException (util.js:1024:11)
at _exceptionWithHostPort (util.js:1046:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14)
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 8000,
config:
{ adapter: [Function: httpAdapter],
transformRequest: { '0': [Function: transformRequest] },
transformResponse: { '0': [Function: transformResponse] },
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
validateStatus: [Function: validateStatus],
headers:
{ Accept: 'application/json, text/plain, /',
'User-Agent': 'axios/0.16.2' },
baseURL: 'http://localhost:8000/',
method: 'get',
isServer: true,
isClient: false,
isStatic: false,
isDev: true,
isHMR: false,
app:
{ router: [Object],
store: [Object],
nuxt: [Object],
head: [Object],
render: [Function: render],
data: [Function: data],
beforeCreate: [Function: beforeCreate],
created: [Function: created],
mounted: [Function: mounted],
watch: [Object],
methods: [Object],
components: [Object],
context: [Object] },
store:
Store {
_committing: false,
_actions: [Object],
_actionSubscribers: [],
_mutations: [Object],
_wrappedGetters: [Object],
_modules: [Object],
_modulesNamespaceMap: [Object],
_subscribers: [],
_watcherVM: [Object],
dispatch: [Function: boundDispatch],
commit: [Function: boundCommit],
strict: true,
getters: [Object],
_vm: [Object],
'$router': [Object],
app: [Object] },
payload: undefined,
error: [Function: bound error],
base: '/',
env:
{ baseUrl: 'http://localhost:8000/',
HOST_URL: 'http://localhost:3000' },
req:
IncomingMessage {
_readableState: [Object],
readable: true,
domain: null,
_events: {},
_eventsCount: 0,
_maxListeners: undefined,
socket: [Object],
connection: [Object],
httpVersionMajor: 1,
httpVersionMinor: 1,
httpVersion: '1.1',
complete: true,
headers: [Object],
rawHeaders: [Array],
trailers: {},
rawTrailers: [],
upgrade: false,
url: '/',
method: 'GET',
statusCode: null,
statusMessage: null,
client: [Object],
_consuming: false,
_dumped: false,
next: [Function: next],
baseUrl: '',
originalUrl: '/',
_parsedUrl: [Object],
params: {},
query: {},
res: [Object],
_parsedOriginalUrl: [Object] },
res:
ServerResponse {
domain: null,
_events: [Object],
_eventsCount: 1,
_maxListeners: undefined,
output: [],
outputEncodings: [],
outputCallbacks: [],
outputSize: 0,
writable: true,
_last: false,
upgrading: false,
chunkedEncoding: false,
shouldKeepAlive: true,
useChunkedEncodingByDefault: true,
sendDate: true,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: null,
_hasBody: true,
_trailer: '',
finished: false,
_headerSent: false,
socket: [Object],
connection: [Object],
_header: null,
_onPendingData: [Function: bound updateOutgoingData],
_sent100: false,
_expect_continue: false,
req: [Object],
locals: {},
statusCode: 200,
[Symbol(outHeadersKey)]: [Object] },
redirect: [Function],
beforeNuxtRender: [Function],
next: [Function],
_redirected: false,
_errored: false,
route:
{ name: 'index',
meta: [Array],
path: '/',
hash: '',
query: {},
params: {},
fullPath: '/',
matched: [Array] },
params: {},
query: {},
url: 'http://localhost:8000/',
data: undefined },
request:
Writable {
_writableState:
WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
bufferedRequest: null,
lastBufferedRequest: null,
pendingcb: 0,
prefinished: false,
errorEmitted: false,
bufferedRequestCount: 0,
corkedRequestsFree: [Object] },
writable: true,
domain: null,
_events:
{ response: [Function: handleResponse],
error: [Function: handleRequestError] },
_eventsCount: 2,
_maxListeners: undefined,
_options:
{ protocol: 'http:',
maxRedirects: 21,
maxBodyLength: 10485760,
hostname: 'localhost',
port: '8000',
path: '/',
method: 'get',
headers: [Object],
agent: undefined,
auth: undefined,
nativeProtocols: [Object],
pathname: '/' },
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function],
_currentRequest:
ClientRequest {
domain: null,
_events: [Object],
_eventsCount: 6,
_maxListeners: undefined,
output: [],
outputEncodings: [],
outputCallbacks: [],
outputSize: 0,
writable: true,
_last: true,
upgrading: false,
chunkedEncoding: false,
shouldKeepAlive: false,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
socket: [Object],
connection: [Object],
_header: 'GET / HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nUser-Agent: axios/0.16.2\r\nHost: localhost:8000\r\nConnection: close\r\n\r\n',
_onPendingData: [Function: noopPendingOutput],
agent: [Object],
socketPath: undefined,
timeout: undefined,
method: 'GET',
path: '/',
_ended: false,
res: null,
aborted: undefined,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
_redirectable: [Circular],
[Symbol(outHeadersKey)]: [Object] },
_currentUrl: 'http://localhost:8000/' },
response: undefined,
statusCode: 500,
name: 'NuxtServerError' }

from surmon.me.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.